summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ld2string should fail if string contains \0 in the middleGuy Benoish2020-01-301-9/+1
|/
* Merge branch 'unstable' into rm_get_server_infoSalvatore Sanfilippo2019-11-211-4/+7
|\
| * rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-2/+2
| * Merge pull request #6531 from oranagra/rm_save_long_doubleSalvatore Sanfilippo2019-11-041-1/+1
| |\
| | * Module API for loading and saving long doubleOran Agra2019-11-031-1/+1
| * | Module API for controlling LRU and LFU, and OpenKey without TOUCHOran Agra2019-10-291-1/+4
| |/
* | Add module api for looking into INFO fieldsOran Agra2019-11-031-9/+1
|/
* trim the double implementation of jemalloc purgeOran Agra2019-10-041-16/+4
* Fix compilation errorEvgeny2019-09-201-1/+1
* RESP3: Use verbatim in MEMORY subcommands.antirez2019-09-181-2/+4
* Make EMBSTR case of #6261 more obvious.antirez2019-07-311-1/+1
* Merge pull request #6261 from chendq8/robjSalvatore Sanfilippo2019-07-311-4/+9
|\
| * make memory usage consistent of robj with OBJ_ENCODING_INTchendianqiang2019-07-221-4/+9
* | missing per-skiplist overheads in MEMORY USAGEOran Agra2019-07-041-1/+3
* | Fix objectSetLRUOrLFU() when LFU underflows.antirez2019-03-141-7/+11
* | Improve comments after merging #5834.antirez2019-03-141-3/+4
* | Trim SDS free space of retained module stringsGuy Benoish2019-02-121-5/+12
|/
* RESP3: most null replies converted.antirez2019-01-091-5/+5
* RESP3: Use new deferred len API in object.c.antirez2019-01-091-2/+2
* MEMORY command: make USAGE more accuratezhaozhao.zz2018-11-291-6/+7
* MEMORY command: make strcasecmp() conditional like the following.antirez2018-11-061-2/+1