Add ListWorkers to RDB

This commit is contained in:
Ken Hibino
2020-02-22 20:42:53 -08:00
parent 37c6c73d9b
commit e21fe3bd79
4 changed files with 111 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ import (
func TestClient(t *testing.T) {
r := setup(t)
client := NewClient(&RedisClientOpt{
client := NewClient(RedisClientOpt{
Addr: "localhost:6379",
DB: 14,
})