You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix hungry developer typo
This commit is contained in:
2
index.js
2
index.js
@@ -1042,7 +1042,7 @@ Object.defineProperty(RedisClient.prototype, 'offline_queue_length', {
|
||||
});
|
||||
|
||||
// Add support for camelCase by adding read only properties to the client
|
||||
// All known exposed snack_case variables are added here
|
||||
// All known exposed snake_case variables are added here
|
||||
Object.defineProperty(RedisClient.prototype, 'retryDelay', {
|
||||
get: function () {
|
||||
return this.retry_delay;
|
||||
|
Reference in New Issue
Block a user