You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
chore: refactor main code into smaller parts
This commit is contained in:
@@ -460,6 +460,7 @@ describe('publish/subscribe', () => {
|
||||
sub.set('foo', data).then(() => {
|
||||
sub.get('foo')
|
||||
sub._stream.once('data', () => {
|
||||
// TODO: Improve this test to test if a buffer is returned for any call
|
||||
assert.strictEqual(sub.messageBuffers, false)
|
||||
assert.strictEqual(sub.shouldBuffer, false)
|
||||
sub.on('pmessageBuffer', (pattern, channel, message) => {
|
||||
|
Reference in New Issue
Block a user