summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #4526 from itamarhaber/memory_helpSalvatore Sanfilippo2018-11-061-14/+13
|\
| * Uppercases subcommands in OBJECT HELPItamar Haber2017-12-151-4/+4
| * Uppercases subcommands in MEMORY HELPItamar Haber2017-12-151-5/+5
| * Standardizes `MEMORY HELP` subcommandItamar Haber2017-12-101-14/+13
* | Merge pull request #5453 from damz/pr/aof-buffer-evictSalvatore Sanfilippo2018-10-241-1/+1
|\ \
| * | Overhead is the allocated size of the AOF buffer, not its lengthDamien Tournoud2018-10-161-1/+1
* | | several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-161-1/+1
|/ /
* | Merge pull request #5242 from oranagra/script_memSalvatore Sanfilippo2018-10-021-1/+1
|\ \
| * | script cache memory in INFO and MEMORY includes both script code and overheadsOran Agra2018-08-131-1/+1
* | | Slave removal: remove slave from object.c.antirez2018-09-111-1/+1
|/ /
* | Change 42 to 1000 as warning level for cached scripts.antirez2018-07-231-3/+3
* | Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memorySalvatore Sanfilippo2018-07-231-2/+27
|\ \
| * | Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTORItamar Haber2018-07-221-2/+27
* | | addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
* | | Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-1/+1
|\ \ \
| * | | Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-1/+1
* | | | Merge pull request #5051 from oranagra/streams_mem_estimateSalvatore Sanfilippo2018-06-211-1/+2
|\ \ \ \
| * | | | fix streams memory estimation, missing raxSeekOran Agra2018-06-211-1/+2
* | | | | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-0/+26
|/ / / /
* | | | Refactor createObjectFromLongLong() to be suitable for value objects.antirez2018-06-181-2/+32
|/ / /
* | | Merge pull request #4953 from soloestoy/fix-memory-overheadSalvatore Sanfilippo2018-05-311-1/+1
|\ \ \
| * | | MEMORY: fix the missing of monitor clients bufferszhaozhao.zz2018-05-271-1/+1
| |/ /
* | | Capitalize OBJECT HELP subcommands.antirez2018-05-311-4/+4
|/ /
* | Merge pull request #4703 from gechunlin/unstableSalvatore Sanfilippo2018-03-221-1/+1
|\ \
| * | Update object.cgechunlin2018-02-221-1/+1
* | | Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-221-8/+83
|\ \ \
| * | | Adding real allocator fragmentation to INFO and MEMORY command + active defra...Oran Agra2018-03-121-8/+83
| |/ /
* | | Streams: improve MEMORY USAGE computation, include CGs.antirez2018-03-201-15/+56
* | | Merge pull request #3828 from oranagra/sdsnewlen_prSalvatore Sanfilippo2018-02-271-1/+3
|\ \ \ | |/ / |/| |
| * | add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.oranagra2017-02-231-1/+3
* | | Merge pull request #3745 from guybe7/unstableSalvatore Sanfilippo2018-02-131-1/+1
|\ \ \
| * \ \ Merge branch 'unstable' of https://github.com/antirez/redis into unstableGuy Benoish2017-03-021-5/+11
| |\ \ \ | | |/ /
| * | | enlarged buffer given to ld2stringGuy Benoish2017-01-111-1/+1
* | | | Fix memory usage list buggnuhpc2018-01-051-1/+1
| |_|/ |/| |
* | | Change indentation and other minor details of PR #4489.antirez2017-12-061-8/+6
* | | Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-2/+61
|\ \ \