File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 5
5
Created: 30 -3 -2013
6
6
Version: 0.3.3
7
7
Author: "Boleslav Březovský"
8
+ Type: module
9
+ Name: prot-redis
10
+ Exports: [send-redis write-key read-key load-resp]
11
+ Options: [isolate]
8
12
; Checksum: #{FB5370E73C55EF3C16FB73342E6F7ACFF98EFE97}
9
13
To-Do: [
10
14
{Sharding:
@@ -48,10 +52,6 @@ Dialect description:
48
52
** Access error: protocol error: "ERR wrong number of arguments for 'hget' command"
49
53
}
50
54
]
51
- Type: 'module
52
- Name: 'prot-redis
53
- Exports: [send-redis write-key read-key load-resp]
54
- Options: [isolate]
55
55
]
56
56
comment {File redis.r3 created by PROM on 30-Mar-2013/8:55:56+1:00}
57
57
@@ -367,6 +367,10 @@ awake-handler: funct [
367
367
close [
368
368
return true
369
369
]
370
+ error [
371
+ print "BB:TODO:error event"
372
+ return false
373
+ ]
370
374
] [
371
375
print ["Unexpected event:" event/type ]
372
376
close port
You can’t perform that action at this time.
0 commit comments