mini_redis
mini_redis copied to clipboard
A light-weight low-level Redis client for Crystal ♨️
You should do a PR on [this file](https://github.com/antirez/redis-doc/blob/master/clients.json) to get it listed on Redis.io
Maybe it will be implemented in future versions, but currently you can not use Pub/Sub. It's recommended to rely on streams instead.
That's a big thing, really. Having a key like "users:1", you don't have to build new Strings over and over. With MiniRedis, you can use compound arguments like this: ```crystal...