nim-lang / redis

Official redis wrapper for Nim.
Other
126 stars 34 forks source link

Pub/sub is not implemented. #15

Open treeform opened 5 years ago

treeform commented 5 years ago

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

ivarec commented 5 years ago

Maybe this should include Redis Streams as well.

perpetual-hydrofoil commented 5 years ago

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