index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6911 from hayashier/fix-typo-fss
Salvatore Sanfilippo
2020-02-20
1
-2
/
+2
|
\
|
*
fix typo from fss to rss
hayashier
2019-12-31
1
-2
/
+2
*
|
Some refactroing using getClientType instead of CLIENT_SLAVE
Guy Benoish
2020-02-06
1
-22
/
+13
*
|
ld2string should fail if string contains \0 in the middle
Guy Benoish
2020-01-30
1
-9
/
+1
|
/
*
Merge branch 'unstable' into rm_get_server_info
Salvatore Sanfilippo
2019-11-21
1
-4
/
+7
|
\
|
*
rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFU
Oran Agra
2019-11-10
1
-2
/
+2
|
*
Merge pull request #6531 from oranagra/rm_save_long_double
Salvatore Sanfilippo
2019-11-04
1
-1
/
+1
|
|
\
|
|
*
Module API for loading and saving long double
Oran Agra
2019-11-03
1
-1
/
+1
|
*
|
Module API for controlling LRU and LFU, and OpenKey without TOUCH
Oran Agra
2019-10-29
1
-1
/
+4
|
|
/
*
|
Add module api for looking into INFO fields
Oran Agra
2019-11-03
1
-9
/
+1
|
/
*
trim the double implementation of jemalloc purge
Oran Agra
2019-10-04
1
-16
/
+4
*
Fix compilation error
Evgeny
2019-09-20
1
-1
/
+1
*
RESP3: Use verbatim in MEMORY subcommands.
antirez
2019-09-18
1
-2
/
+4
*
Make EMBSTR case of #6261 more obvious.
antirez
2019-07-31
1
-1
/
+1
*
Merge pull request #6261 from chendq8/robj
Salvatore Sanfilippo
2019-07-31
1
-4
/
+9
|
\
|
*
make memory usage consistent of robj with OBJ_ENCODING_INT
chendianqiang
2019-07-22
1
-4
/
+9
*
|
missing per-skiplist overheads in MEMORY USAGE
Oran Agra
2019-07-04
1
-1
/
+3
*
|
Fix objectSetLRUOrLFU() when LFU underflows.
antirez
2019-03-14
1
-7
/
+11
*
|
Improve comments after merging #5834.
antirez
2019-03-14
1
-3
/
+4
*
|
Trim SDS free space of retained module strings
Guy Benoish
2019-02-12
1
-5
/
+12
|
/
*
RESP3: most null replies converted.
antirez
2019-01-09
1
-5
/
+5
*
RESP3: Use new deferred len API in object.c.
antirez
2019-01-09
1
-2
/
+2
*
MEMORY command: make USAGE more accurate
zhaozhao.zz
2018-11-29
1
-6
/
+7
*
MEMORY command: make strcasecmp() conditional like the following.
antirez
2018-11-06
1
-2
/
+1
*
Merge pull request #4526 from itamarhaber/memory_help
Salvatore Sanfilippo
2018-11-06
1
-14
/
+13
|
\
|
*
Uppercases subcommands in OBJECT HELP
Itamar Haber
2017-12-15
1
-4
/
+4
|
*
Uppercases subcommands in MEMORY HELP
Itamar Haber
2017-12-15
1
-5
/
+5
|
*
Standardizes `MEMORY HELP` subcommand
Itamar Haber
2017-12-10
1
-14
/
+13
*
|
Merge pull request #5453 from damz/pr/aof-buffer-evict
Salvatore Sanfilippo
2018-10-24
1
-1
/
+1
|
\
\
|
*
|
Overhead is the allocated size of the AOF buffer, not its length
Damien Tournoud
2018-10-16
1
-1
/
+1
*
|
|
several typos fixed, optimize MSETNX to avoid unnecessary loop
hujiecs
2018-10-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #5242 from oranagra/script_mem
Salvatore Sanfilippo
2018-10-02
1
-1
/
+1
|
\
\
|
*
|
script cache memory in INFO and MEMORY includes both script code and overheads
Oran Agra
2018-08-13
1
-1
/
+1
*
|
|
Slave removal: remove slave from object.c.
antirez
2018-09-11
1
-1
/
+1
|
/
/
*
|
Change 42 to 1000 as warning level for cached scripts.
antirez
2018-07-23
1
-3
/
+3
*
|
Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memory
Salvatore Sanfilippo
2018-07-23
1
-2
/
+27
|
\
\
|
*
|
Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR
Itamar Haber
2018-07-22
1
-2
/
+27
*
|
|
addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().
antirez
2018-07-02
1
-1
/
+1
*
|
|
Merge pull request #4998 from itamarhaber/module_command_help
Salvatore Sanfilippo
2018-07-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Globally applies addReplySubSyntaxError
Itamar Haber
2018-06-07
1
-1
/
+1
*
|
|
|
Merge pull request #5051 from oranagra/streams_mem_estimate
Salvatore Sanfilippo
2018-06-21
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
fix streams memory estimation, missing raxSeek
Oran Agra
2018-06-21
1
-1
/
+2
*
|
|
|
|
Enhance RESTORE with RDBv9 new features
Guy Benoish
2018-06-20
1
-0
/
+26
|
/
/
/
/
*
|
|
|
Refactor createObjectFromLongLong() to be suitable for value objects.
antirez
2018-06-18
1
-2
/
+32
|
/
/
/
*
|
|
Merge pull request #4953 from soloestoy/fix-memory-overhead
Salvatore Sanfilippo
2018-05-31
1
-1
/
+1
|
\
\
\
|
*
|
|
MEMORY: fix the missing of monitor clients buffers
zhaozhao.zz
2018-05-27
1
-1
/
+1
|
|
/
/
*
|
|
Capitalize OBJECT HELP subcommands.
antirez
2018-05-31
1
-4
/
+4
|
/
/
*
|
Merge pull request #4703 from gechunlin/unstable
Salvatore Sanfilippo
2018-03-22
1
-1
/
+1
|
\
\
|
*
|
Update object.c
gechunlin
2018-02-22
1
-1
/
+1
*
|
|
Merge pull request #4691 from oranagra/active_defrag_v2
Salvatore Sanfilippo
2018-03-22
1
-8
/
+83
|
\
\
\
[next]