Mark Paluch
Mark Paluch
Java 9 removes the AppleScript engine. Make sure the plugin works when started with Java 9.
Sometimes iTunes or Spotify start when pressing ESC within IntelliJ IDEA if are not started
* Remove integration tests for disabled `DEBUG` commands (or enable debug commands in `redis.conf`) * Sentinel replica retrieval
We should integrate with https://github.com/micrometer-metrics/tracing once Micrometer Tracing is GA.
See https://redis.io/topics/pubsub#sharded-pubsub For the Cluster Pub/Sub, we likely need to only consider keys for routing as Cluster Pub/Sub intentionally drops the slot hash calculation.
Right now, connection timeouts are held in `RedisChannelHandler` and `CommandExpiryWriter`. Especially when setting the timeout, we need to propagate the timeout into `CommandExpiryWriter` to ensure that the connection timeout gets...
Dear community, Lettuce started as a non-blocking driver supporting some basic Redis operations. Over time, it grew to a driver that is able to operate in a majority of operation...
https://github.com/redis/redis/issues/2905
We should make sure that ACL works with Sentinel, see redis/redis#7888 and redis/redis#7952.