rediscala
rediscala copied to clipboard
Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
At the moment only RedisClient and RedisBlockingClient accepts connectTimeout. This PR adds `connectTimeout` field to `RedisServer` which can then be used in any redis connection.
Maybe fix #225 ? ```sh > java -version openjdk version "11.0.1" 2018-10-16 OpenJDK Runtime Environment 18.9 (build 11.0.1+13) OpenJDK 64-Bit Server VM 18.9 (build 11.0.1+13, mixed mode) > sbt ++2.13.0...
Adds support for the sorted set commands [ZPOPMIN](https://redis.io/commands/zpopmin) and [ZPOPMAX](https://redis.io/commands/zpopmax)
Travis Java version is already jdk1.8. https://github.com/zaneli/rediscala/blob/3deaec3dda52c7d18405058cdf810e92605abdf1/.travis.yml#L12-L13 ref: https://github.com/etaty/rediscala/pull/143#discussion_r74700725
Hello, Is there any way to Authenticate with SSL? I couldn't find a way to do it. Can someone help me with this issue? Thanks.
Now `Transactions` trait is extended by `RedisClient`, `RedisClientMasterSlaves`, `SentinelMonitoredRedisClient` and `SentinelMonitoredRedisClientMasterSlaves`. However, `RedisClientPool` doesn't extend this. I think it would be useful for `RedisClientPool` to extend `Transactions`. What do you...
Starting from version 5.0, Redis provides a new Stream data type with a bunch of new commands: https://redis.io/topics/streams-intro Do you have any plans for supporting it? I've been playing with...
I'm wondering if version 1.8.0 or 1.9.0 were compiled using JVM 11 since I'm getting the following error when I run it using JVM 8: ``` java.lang.UnsupportedClassVersionError: redis/util/CRC16 has been...
as the title, i cannot found the sentinel-password for sentinel functions? whether only support sentinel no auth mode? right? thanks.