rediscala
rediscala copied to clipboard
Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
redis.hset("rrr", "item5", "value3") when first set it, return true but redis.hset("rrr", "item5", "value4") return false and the redis server was update the value to "value4"
Hi, is it possible to use pub sub with sentinel ? How can we do that ?
Hi, What is the canonical way to terminate the `RedisWorkerIO` actor? If I shutdown the actor system, then I get the following error: `[akka.actor.ActorSystemImpl(default)] Outgoing request stream error (akka.stream.AbruptTerminationException)` Many...
would be great. For methods in traits in `redis.commands` package.
returns default/empty values for sentinel commands instead of failing future
Problem: SentinelMonitoredRedisClient accepts a list of sentinels, but if any of sentinels becomes unavailable, then command fails. Cause: results from sentinel backing actors are joined using Future.sequence, if single future...
upgrade akka to latest version
AWS provides a CNAME with all nodes in cluster via round-robin DNS, is it possible to add DNS based cluster creation adapter?
Currently the list of allowed server connections in RedisCluster is determined solely by the initial set of servers it is given. However, it's possible during normal operations that a new...
Hi, I am evaluating the options for a redis client. I noticed that there is no example using sentinel that has been put up.. I would like to use sentinel...