fix redis defaults to force string keys instead of numeric

This commit is contained in:
Jason Ertel
2022-12-21 18:15:17 -05:00
parent 8b6006e9c3
commit 38634fde17

View File

@@ -121,7 +121,7 @@ redis:
description: Set the amount of keys that need to change to save after 15 minutes.
global: True
helpLink: redis.html
'300:
'300':
description: Set the amount of keys that need to change to save after 5 minutes.
global: True
helpLink: redis.html