mini_redis icon indicating copy to clipboard operation
mini_redis copied to clipboard

A light-weight low-level Redis client for Crystal ♨️

Results 8 mini_redis issues
Sort by recently updated
recently updated
newest added

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

good first issue

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...

It should be `MiniRedis::Client`.

breaking

Implement clustering out-of-the-box.

enhancement