HSET fixes, now the new pointer is stored back in the object pointer field

This commit is contained in:
antirez
2010-03-07 23:41:48 +01:00
parent 18e61fa2ff
commit cbba7dd7c9
3 changed files with 42 additions and 2 deletions

View File

@ -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