summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* Always compact nodes in stream listpacks after creating new nodes (#11885)Madelyn Olson2023-03-071-2/+4
* Try to trim strings only when applicable (#11817)uriyage2023-02-281-17/+16
* Optimization: sdsRemoveFreeSpace to avoid realloc on noop (#11766)uriyage2023-01-311-1/+1
* Remove the bucket-cb from dictScan and move dictEntry defrag to dictScanDefragViktor Söderqvist2023-01-111-1/+2
* Make dictEntry opaqueViktor Söderqvist2023-01-111-8/+6
* Fix issues with listpack encoded set (#11685)Oran Agra2023-01-051-0/+2
* Fix zuiFind crash / RM_ScanKey hang on SET object listpack encoding (#11581)Binbin2022-12-091-0/+1
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-1/+1
* Add listpack encoding for list (#11303)sundb2022-11-161-0/+13
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-0/+10
* Remove redundant calls to update refcount of shared integers (#11479)Hanif Ariffin2022-11-061-2/+0
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-241-1/+1
* 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