summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \