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
*
enlarged buffer given to ld2string
Guy Benoish
2018-02-13
1
-1
/
+1
*
Fix memory usage list bug
gnuhpc
2018-01-05
1
-1
/
+1
*
LFU: do some changes about LFU to find hotkeys
zhaozhao.zz
2017-11-30
1
-2
/
+6
*
Improve OBJECT HELP descriptions.
antirez
2017-11-28
1
-2
/
+2
*
Adds `OBJECT help`
Itamar Haber
2017-11-28
1
-3
/
+18
*
Prevents `OBJECT freq` with `noeviction`
Itamar Haber
2017-11-27
1
-2
/
+2
*
fix string to double conversion, stopped parsing on \0 even if the string has...
Oran Agra
2017-11-24
1
-2
/
+2
*
Fixes an off-by-one in argument handling of `MEMORY USAGE`
Itamar Haber
2017-11-08
1
-1
/
+1
*
More robust object -> double conversion.
antirez
2017-10-30
1
-4
/
+8
*
Add MEMORY DOCTOR to MEMORY HELP.
antirez
2017-09-20
1
-1
/
+3
*
Don't divide by zero
Jan-Erik Rediger
2017-01-30
1
-1
/
+1
*
Change switch statment to if statment
miter
2017-01-30
1
-4
/
+2
*
MEMORY USAGE: support for modules data types.
antirez
2017-01-12
1
-0
/
+8
*
Add '\n' to MEMORY DOCTOR command output message when num_reports
wangshaonan
2016-12-06
1
-2
/
+2
*
Fixed wrong sizeof(client) in object.c
Guy Benoish
2016-10-31
1
-7
/
+7
*
added RM_CreateStringPrintf
Dvir Volk
2016-09-21
1
-1
/
+1
*
Typo fixed from MEMORY DOCTOR output.
oran-memory-profiling
antirez
2016-09-16
1
-1
/
+1
*
Surround allocator name with quotes in MEMORY DOCTOR output.
antirez
2016-09-16
1
-1
/
+1
*
MEMORY DOCTOR initial implementation.
antirez
2016-09-16
1
-6
/
+98
*
Provide percentage of memory peak used info.
antirez
2016-09-16
1
-1
/
+9
*
Memory related subcommands of DEBUG moved to MEMORY.
antirez
2016-09-16
1
-3
/
+40
*
Group MEMORY command related APIs together in the source code.
antirez
2016-09-16
1
-53
/
+53
*
objectComputeSize(): skiplist nodes have different sizes.
antirez
2016-09-15
1
-6
/
+6
*
MEMORY command: HELP + dataset percentage (like in INFO).
antirez
2016-09-15
1
-3
/
+18
*
MEMORY USAGE: SAMPLES option added + fixes to size computation.
antirez
2016-09-15
1
-18
/
+27
*
C struct memoh renamed redisMemOverhead. API prototypes added.
antirez
2016-09-15
1
-26
/
+7
*
MEMORY OVERHEAD refactored into a generic API.
antirez
2016-09-15
1
-73
/
+130
*
MEMORY OVERHEAD implemented (using Oran Agra initial implementation).
antirez
2016-09-13
1
-1
/
+101
*
objectComputeSize(): estimate collections sampling N elements.
antirez
2016-09-13
1
-30
/
+48
*
Adding objectComputeSize() function.
oranagra
2016-09-12
1
-0
/
+113
*
Fix maxmemory shared integer check bug introduced with LFU.
antirez
2016-07-21
1
-1
/
+1
*
LFU: Initial naive eviction cycle.
antirez
2016-07-18
1
-0
/
+8
*
LFU: Redis object level implementation.
antirez
2016-07-15
1
-6
/
+18
*
Expire and LRU related code moved into different files.
antirez
2016-07-06
1
-12
/
+0
*
getLongLongFromObject: use string2ll() instead of strict_strtoll().
antirez
2016-07-06
1
-15
/
+1
*
Merge pull request #3336 from yossigo/create_string_from_string
Salvatore Sanfilippo
2016-06-23
1
-1
/
+1
|
\
|
*
Add RedisModule_CreateStringFromString().
Yossi Gottlieb
2016-06-22
1
-1
/
+1
*
|
A string with 21 chars is not representable as a 64-bit integer.
tielei
2016-06-23
1
-2
/
+2
*
|
Use const in Redis Module API where possible.
Yossi Gottlieb
2016-06-20
1
-2
/
+2
|
/
*
Merge pull request #3283 from ideal/unstable
Salvatore Sanfilippo
2016-06-15
1
-1
/
+1
|
\
|
*
fix mistake comment in object.c
ideal
2016-05-30
1
-1
/
+1
*
|
Modules: support for modules native data types.
antirez
2016-06-03
1
-0
/
+14
|
/
*
Lazyfree: Hash converted to use plain SDS WIP 4.
antirez
2015-10-01
1
-1
/
+1
*
Lazyfree: Hash converted to use plain SDS WIP 2.
antirez
2015-10-01
1
-31
/
+1
*
Lazyfree: Hash converted to use plain SDS WIP 1.
antirez
2015-10-01
1
-6
/
+15
*
Lazyfree: Convert Sets to use plains SDS (several commits squashed).
antirez
2015-10-01
1
-1
/
+5
*
Lazyfree: a first implementation of non blocking DEL.
antirez
2015-10-01
1
-3
/
+20
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-18
/
+18
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-20
/
+20
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
1
-8
/
+8
[next]