mirror of
https://github.com/hibiken/asynq.git
synced 2026-05-27 07:39:59 +08:00
Add ListWorkers to RDB
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
func TestClient(t *testing.T) {
|
||||
r := setup(t)
|
||||
client := NewClient(&RedisClientOpt{
|
||||
client := NewClient(RedisClientOpt{
|
||||
Addr: "localhost:6379",
|
||||
DB: 14,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user