You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Bloom commands (#1786)
* ft.alter * bloom commands * tdigest * delete tdigest * uncomment tests * small changes * Update MADD.ts * small changes * clean code * Update README.md * Update README.md Co-authored-by: leibale <leibale1998@gmail.com>
This commit is contained in:
@@ -321,9 +321,9 @@ describe('Client', () => {
|
||||
|
||||
testUtils.testWithClient('returnBuffers', async client => {
|
||||
assert.deepEqual(
|
||||
await client.sendCommand(['PING'], RedisClient.commandOptions({
|
||||
await client.sendCommand(['PING'], {
|
||||
returnBuffers: true
|
||||
}),),
|
||||
}),
|
||||
Buffer.from('PONG')
|
||||
);
|
||||
}, GLOBAL.SERVERS.OPEN);
|
||||
|
Reference in New Issue
Block a user