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:
@@ -11,6 +11,7 @@ describe('LSET', () => {
|
||||
});
|
||||
|
||||
testUtils.testAll('lSet', async client => {
|
||||
await client.lPush('key', 'element');
|
||||
assert.equal(
|
||||
await client.lSet('key', 0, 'element'),
|
||||
'OK'
|
||||
|
Reference in New Issue
Block a user