2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-08-01 08:26:23 +08:00

Rename (*rdb).lrem to (*rdb).remove

This commit is contained in:
Ken Hibino
2019-11-27 20:05:31 -08:00
parent efaceb8a03
commit 1617278d86
3 changed files with 4 additions and 13 deletions

View File

@@ -68,6 +68,7 @@ func TestEnqueue(t *testing.T) {
err := r.enqueue(tc.msg)
if err != nil {
t.Error(err)
continue
}
res := r.client.LRange(defaultQueue, 0, -1).Val()
if len(res) != 1 {