From 38634fde17afaa3fc6ca86f5d2df5b3fbffd4b8c Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 21 Dec 2022 18:15:17 -0500 Subject: [PATCH] fix redis defaults to force string keys instead of numeric --- salt/redis/soc_redis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/redis/soc_redis.yaml b/salt/redis/soc_redis.yaml index 9a86cb4c8..374b613b5 100644 --- a/salt/redis/soc_redis.yaml +++ b/salt/redis/soc_redis.yaml @@ -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