redis
redis copied to clipboard
Pub/sub is not implemented.
https://github.com/nim-lang/redis/blob/master/src/redis.nim#L1090
Maybe this should include Redis Streams as well.
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