You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
Merge branch 'v5' of https://github.com/leibale/node-redis into v5
This commit is contained in:
@@ -2,7 +2,7 @@ import { strict as assert } from 'assert';
|
||||
import testUtils, { GLOBAL } from '../test-utils';
|
||||
|
||||
describe('KEYS', () => {
|
||||
testUtils.testAll('client.keys', async client => {
|
||||
testUtils.testAll('keys', async client => {
|
||||
assert.deepEqual(
|
||||
await client.keys('pattern'),
|
||||
[]
|
||||
|
Reference in New Issue
Block a user