[GH-ISSUE #656] RedisClusterClientOpt missing DB #327

Closed
opened 2026-03-02 05:20:29 +03:00 by kerem · 2 comments
Owner

Originally created by @aep on GitHub (May 8, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/656

Originally assigned to: @hibiken on GitHub.

Shouldnt RedisClusterClientOpt have a DB param akin to RedisClientOpt ?
This seems to be a mistake, since the asynq cli DOES support db for cluster

Originally created by @aep on GitHub (May 8, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/656 Originally assigned to: @hibiken on GitHub. Shouldnt RedisClusterClientOpt have a DB param akin to RedisClientOpt ? This seems to be a mistake, since the asynq cli DOES support db for cluster
kerem 2026-03-02 05:20:29 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@liran commented on GitHub (May 24, 2023):

hi, Redis Cluster does not support multiple databases like the standalone version of Redis. We only support database 0 ; the SELECT command is not allowed.

refer

<!-- gh-comment-id:1561770798 --> @liran commented on GitHub (May 24, 2023): hi, Redis Cluster does not support multiple databases like the standalone version of Redis. We only support database 0 ; the SELECT command is not allowed. [refer](https://www.google.com/search?q=redis+cluster+multiple+databases&oq=redis+cluster+mu&aqs=chrome.0.69i59j69i57.8004j0j7&sourceid=chrome&ie=UTF-8)
Author
Owner

@aep commented on GitHub (May 31, 2023):

ah i see, thanks.

<!-- gh-comment-id:1569795910 --> @aep commented on GitHub (May 31, 2023): ah i see, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#327
No description provided.