You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
stream commands + some more
This commit is contained in:
@@ -11,6 +11,9 @@ describe('LASTSAVE', () => {
|
||||
});
|
||||
|
||||
testUtils.testWithClient('client.lastSave', async client => {
|
||||
assert.ok(typeof await client.lastSave() === 'number');
|
||||
assert.equal(
|
||||
typeof await client.lastSave(),
|
||||
'number'
|
||||
);
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
});
|
||||
|
Reference in New Issue
Block a user