mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 22:41:32 +00:00
HSET fixes, now the new pointer is stored back in the object pointer field
This commit is contained in:
@ -271,3 +271,10 @@ glueoutputbuf yes
|
||||
# your development environment so that we can test it better.
|
||||
shareobjects no
|
||||
shareobjectspoolsize 1024
|
||||
|
||||
# Hashes are encoded in a special way (much more memory efficient) when they
|
||||
# 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 64
|
||||
hash-max-zipmap-value 512
|
||||
|
Reference in New Issue
Block a user