You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
wip
This commit is contained in:
@@ -23,7 +23,9 @@ describe('BGSAVE', () => {
|
||||
|
||||
testUtils.testWithClient('client.bgSave', async client => {
|
||||
assert.equal(
|
||||
typeof await client.bgSave(),
|
||||
typeof await client.bgSave({
|
||||
SCHEDULE: true // using `SCHEDULE` to make sure it won't throw an error
|
||||
}),
|
||||
'string'
|
||||
);
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
|
Reference in New Issue
Block a user