-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Milestone
Description
As discussed in redis/redis-rb#1070 (comment), I'm trying to convert Sidekiq to use redis-client, so far the missing features I found:
-
url:connection param. -
idconnection param (CLIENT SETNAME) - helper for
SCANfamily of commands -
Redis::Namespaceequivalent (this one is debatable, could potentially be implemented as some kind of middleware that hasCOMMANDknowledge) -
reconnect_attempts, Sidekiq sets it to1. However if we are to implement this, we should haveCOMMANDknowledge to only retryreadonlytagged commands. - Empty pipelines. Sidekiq test suite allowed to noticed empty pipeline were crashing.
- The sidekiq test suite has some Redis sentinel configuration, we should support that as well (Add sentinel support #8).
Metadata
Metadata
Assignees
Labels
No labels