redis icon indicating copy to clipboard operation
redis copied to clipboard

Pub/sub is not implemented.

Open treeform opened this issue 7 years ago • 2 comments

https://github.com/nim-lang/redis/blob/master/src/redis.nim#L1090

treeform avatar Nov 01 '18 17:11 treeform

Maybe this should include Redis Streams as well.

ivarec avatar Dec 03 '18 02:12 ivarec

Looks like you might be able to do Redis Streams with generic commands, i.e. https://github.com/nim-lang/redis/blob/master/src/redis.nim#L356

perpetual-hydrofoil avatar Apr 19 '19 03:04 perpetual-hydrofoil