summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* Set RM_StringCompare input args as const (#11010)Binbin2022-07-191-3/+3
* Remove ziplist dead code in object.c (#10751)Binbin2022-05-221-3/+0
* Add RM_MallocSizeString, RM_MallocSizeDict (#10542)guybe72022-04-171-1/+1
* show cluster.links in MEMORY STATS (#10302)zhaozhao.zz2022-03-291-1/+4
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+0
* Report slot to keys map size in MEMORY STATS in cluster mode (#10017)Joey from AWS2022-01-021-1/+11
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-6/+0
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+3
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-1/+7
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-4/+2
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-7/+0
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-3/+3
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-8/+22
* Modify mem_usage2 module callback to enable to take sample_size argument (#9612)Hanna Fadida2021-10-171-2/+2
* Client eviction (#8687)yoav-steinberg2021-09-231-1/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-8/+8
* Fix missing dismiss hash listpack memory due to ziplist->listpack migration (...sundb2021-08-101-2/+10
* fix a compilation error around madvise when make with jemalloc on MacOS (#9350)DarrenJiang132021-08-101-2/+2
* Format fixes and naming. SentReplyOnKeyMiss -> addReplyOrErrorObject (#9346)Meir Shpilraien (Spielrein)2021-08-101-1/+1
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-5/+6
* [BUGFIX] Add some missed error statistics (#9328)DarrenJiang132021-08-061-2/+1
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-0/+15
* fix dict access broken by #9228 (#9319)yoav-steinberg2021-08-051-6/+6
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-2/+2
* Use madvise(MADV_DONTNEED) to release memory to reduce COW (#8974)Wang Yuan2021-08-041-0/+163
* Fix LRU blue moon bug in RESTORE, RDB loading, module API (#9279)Oran Agra2021-07-291-6/+6
* Add missing comma in memory/xgroup command help message. (#9210)Binbin2021-07-131-1/+1
* Include sizeof(struct stream) in objectComputeSize (#9164)guybe72021-06-291-1/+1
* Improve objectComputeSize() with allocator fragmentaiton. (#9095)DarrenJiang132021-06-171-8/+7
* Enhance mem_usage/free_effort/unlink/copy callbacks and add GetDbFromIO api. ...chenyang80942021-06-161-9/+3
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-3/+3
* Make full use of aofrwblock's buf (#8975)Wang Yuan2021-05-301-1/+1
* Resolve nonsense static analysis warningsOran Agra2021-05-031-1/+1
* Fix out of range confusing error messages (XAUTOCLAIM, RPOP count) (#8746)Yang Bodong2021-04-071-1/+5
* Moved most static strings into the shared structure (#8411)Madelyn Olson2021-02-091-17/+0
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-11/+25
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-3/+3
* Improve dbid range check for SELECT, MOVE, COPY (#8085)sundb2020-12-011-0/+10
* EXISTS should not alter LRU, OBJECT should not reveal expired keys on replica...guybe72020-11-181-4/+1
* Debug Populate: Avoid server crash when passing negative value for key and va...Wen Hui2020-11-051-0/+17
* Include internal sds fragmentation in MEMORY reporting (#7864)Oran Agra2020-10-011-6/+6
* correct OBJECT ENCODING response for stream type (#7797)Wen Hui2020-09-151-0/+1
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-2/+2
* Replace usage of wrongtypeerr with helper (#7633)Madelyn Olson2020-08-111-1/+2
* remove duplicate semicolon (#7438)hujie2020-08-021-1/+1
* incrRefCount(): abort on statically allocated object.antirez2020-04-091-1/+9
* Speedup INFO by counting client memory incrementally.faster-infoantirez2020-04-071-24/+9
* Merge pull request #6911 from hayashier/fix-typo-fssSalvatore Sanfilippo2020-02-201-2/+2
|\
| * fix typo from fss to rsshayashier2019-12-311-2/+2
* | Some refactroing using getClientType instead of CLIENT_SLAVEGuy Benoish2020-02-061-22/+13