You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
wip
This commit is contained in:
@@ -24,7 +24,7 @@ describe('ACL LOG', () => {
|
||||
testUtils.testWithClient('client.aclLog', async client => {
|
||||
// make sure to create at least one log
|
||||
await Promise.all([
|
||||
client.aclSetUser('test', 'on >test'),
|
||||
client.aclSetUser('test', 'on +@all'),
|
||||
client.auth({
|
||||
username: 'test',
|
||||
password: 'test'
|
||||
|
Reference in New Issue
Block a user