Skip to content

Commit f9f467e

Browse files
author
Boleslav Březovský
committed
FIX: Works under latest R3
1 parent 14b797f commit f9f467e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

prot-redis.reb

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ REBOL [
55
Created: 30-3-2013
66
Version: 0.3.3
77
Author: "Boleslav Březovský"
8+
Type: module
9+
Name: prot-redis
10+
Exports: [send-redis write-key read-key load-resp]
11+
Options: [isolate]
812
; Checksum: #{FB5370E73C55EF3C16FB73342E6F7ACFF98EFE97}
913
To-Do: [
1014
{Sharding:
@@ -48,10 +52,6 @@ Dialect description:
4852
** Access error: protocol error: "ERR wrong number of arguments for 'hget' command"
4953
}
5054
]
51-
Type: 'module
52-
Name: 'prot-redis
53-
Exports: [send-redis write-key read-key load-resp]
54-
Options: [isolate]
5555
]
5656
comment {File redis.r3 created by PROM on 30-Mar-2013/8:55:56+1:00}
5757

@@ -367,6 +367,10 @@ awake-handler: funct [
367367
close [
368368
return true
369369
]
370+
error [
371+
print "BB:TODO:error event"
372+
return false
373+
]
370374
] [
371375
print ["Unexpected event:" event/type]
372376
close port

0 commit comments

Comments
 (0)