Add client-side caching

This commit is contained in:
Ajay
2024-02-05 13:11:44 -05:00
parent 547632341a
commit 14da10bd8a
6 changed files with 81 additions and 5 deletions

View File

@@ -166,7 +166,8 @@ addDefaults(config, {
commandsQueueMaxLength: 3000,
stopWritingAfterResponseTime: 50,
responseTimePause: 1000,
disableHashCache: false
disableHashCache: false,
clientCacheLength: 2000
},
redisRead: {
enabled: false,