1
0
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:
Ruben Bridgewater
2016-05-27 16:51:43 +02:00
parent a90b791295
commit 899f9b7fe4
3 changed files with 6 additions and 6 deletions

View File

@@ -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;