diff --git a/aegir/conf/redis.conf b/aegir/conf/redis.conf
index eabd6d8..6c35c30 100644
--- a/aegir/conf/redis.conf
+++ b/aegir/conf/redis.conf
@@ -173,7 +173,7 @@ requirepass isfoobared
 # Once the limit is reached Redis will close all the new connections sending
 # an error 'max number of clients reached'.
 #
-maxclients 0
+# maxclients 0
 
 # Don't use more memory than the specified amount of bytes.
 # When the memory limit is reached Redis will try to remove keys with an
@@ -349,8 +349,8 @@ slowlog-max-len 1024
 # have at max a given numer of elements, and the biggest element does not
 # exceed a given threshold. You can configure this limits with the following
 # configuration directives.
-hash-max-zipmap-entries 512
-hash-max-zipmap-value 64
+hash-max-ziplist-entries 512
+hash-max-ziplist-value 64
 
 # Similarly to hashes, small lists are also encoded in a special way in order
 # to save a lot of space. The special representation is only used when
