You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
WIP
This commit is contained in:
@@ -64,7 +64,7 @@ describe('TS.ALTER', () => {
|
||||
testUtils.testWithClient('client.ts.alter', async client => {
|
||||
const [, reply] = await Promise.all([
|
||||
client.ts.create('key'),
|
||||
client.ts.alter('key', { RETENTION: 1 })
|
||||
client.ts.alter('key')
|
||||
]);
|
||||
|
||||
assert.equal(reply, 'OK');
|
||||
|
Reference in New Issue
Block a user