We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa8ce commit 4fbb80eCopy full SHA for 4fbb80e
packages/client/lib/commands/RESTORE.spec.ts
@@ -63,7 +63,7 @@ describe('RESTORE', () => {
63
testUtils.testWithClient('client.restore', async client => {
64
const [, dump] = await Promise.all([
65
client.set('source', 'value'),
66
- client.dump('source')
+ client.dump(client.commandOptions({ returnBuffers: true }), 'source')
67
]);
68
69
assert.equal(
0 commit comments