summaryrefslogtreecommitdiff
path: root/src/zipmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-2/+2
* Sanitize dump payload: handle remaining empty key when RDB loading and restor...sundb2021-08-091-0/+3
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-4/+4
* fix typo, stracture to structure (#8784)Bonsai2021-04-141-1/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+3
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+68
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-3/+7
* zipmap.c: update comments aboveSun He2014-11-251-3/+2
* No more trailing spaces in Redis source code.antirez2014-06-261-3/+3
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* assert.h replaced with redisassert.h when appropriate.antirez2013-08-191-1/+0
* Fixed some spelling errors in the commentsErik Dubbelboer2012-04-071-6/+6
* endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-1/+1
* Fix minor typos.Jason Davies2011-11-011-2/+2
* zipmaps are now endianess agnostic, needed for on disk serialization of zipma...antirez2011-03-091-0/+3
* encoded types API to get blob lengthantirez2011-02-281-8/+5
* save zipmap encoded hashes as blobs. Work in progress.antirez2011-02-281-0/+12
* removed a number of stupid compilation warnings on Linuxantirez2010-11-021-2/+2
* redis.c split into many different C files.antirez2010-07-011-0/+455