You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
chore: refactor parts out of the index.js file
This commit is contained in:
@@ -100,7 +100,7 @@ describe('TLS connection tests', () => {
|
||||
assert.strictEqual(client.connectionOptions.host, 'localhost')
|
||||
assert.strictEqual(client.connectionOptions.port, tlsPort)
|
||||
assert.strictEqual(client.address, `localhost:${tlsPort}`)
|
||||
assert(client.stream.encrypted)
|
||||
assert(client._stream.encrypted)
|
||||
|
||||
client.set('foo', 'bar')
|
||||
return client.get('foo').then(helper.isString('bar'))
|
||||
|
Reference in New Issue
Block a user