Skip to content

Commit

Permalink
fix: QUERIES_undefined redis key for QueryQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jul 4, 2019
1 parent 0b88668 commit 4c44886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class RedisQueueDriverConnection {
}

queriesDefKey() {
return this.queryRedisKey('QUERIES');
return this.queueRedisKey('QUERIES');
}

resultListKey(queryKey) {
Expand Down

0 comments on commit 4c44886

Please sign in to comment.