You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
convert "resp types" to interfaces to allow circular references
This commit is contained in:
@@ -34,6 +34,12 @@ describe('BITFIELD', () => {
|
||||
});
|
||||
|
||||
testUtils.testAll('bitField', async client => {
|
||||
const a = client.bitField('key', [{
|
||||
operation: 'GET',
|
||||
encoding: 'i8',
|
||||
offset: 0
|
||||
}]);
|
||||
|
||||
assert.deepEqual(
|
||||
await client.bitField('key', [{
|
||||
operation: 'GET',
|
||||
|
Reference in New Issue
Block a user