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
*
tryObjectEncoding(): use shared objects with maxmemory and non-LRU policy.
antirez
2014-07-18
1
-1
/
+3
*
Fix OBJECT arity
michael-grunder
2014-07-11
1
-1
/
+1
*
Fix lack of strtold under Cygwin
Matt Stancliff
2014-05-12
1
-0
/
+4
*
REDIS_ENCODING_EMBSTR_SIZE_LIMIT set to 39.
antirez
2014-05-07
1
-2
/
+5
*
tryObjectEncoding() refactoring.
antirez
2014-04-04
1
-42
/
+54
*
String value unsharing refactored into proper function.
antirez
2014-03-30
1
-1
/
+1
*
Use LRU_CLOCK() instead of function getLRUClock()
Matt Stancliff
2014-03-24
1
-2
/
+2
*
Use getLRUClock() instead of server.lruclock to create objects.
antirez
2014-03-21
1
-2
/
+2
*
Fix OBJECT IDLETIME return value converting to seconds.
antirez
2014-03-20
1
-2
/
+2
*
Obtain LRU clock in a resolution dependent way.
antirez
2014-03-20
1
-3
/
+4
*
Specify LRU resolution in milliseconds.
antirez
2014-03-20
1
-1
/
+1
*
Fixed grammar: before H the article is a, not an.
antirez
2013-12-05
1
-1
/
+1
*
Remove useful check from tryObjectEncoding().
antirez
2013-08-27
1
-2
/
+1
*
tryObjectEncoding(): optimize sds strings if possible.
antirez
2013-08-27
1
-1
/
+16
*
tryObjectEncoding(): don't call stringl2() for too big strings.
antirez
2013-08-27
1
-2
/
+6
*
Remove dead variable bothsds from object.c.
antirez
2013-07-28
1
-3
/
+0
*
Introduction of a new string encoding: EMBSTR
antirez
2013-07-22
1
-20
/
+95
*
Make sure that ZADD can accept the full range of double values.
antirez
2013-07-16
1
-2
/
+6
*
Fixed compareStringObject() and introduced collateStringObject().
antirez
2013-07-12
1
-8
/
+33
*
decrRefCount -> decrRefCountVoid in list constructor.
antirez
2013-01-28
1
-1
/
+1
*
Fix decrRefCount() prototype from void to robj pointer.
antirez
2013-01-28
1
-3
/
+8
*
Fixed many typos.
guiquanz
2013-01-19
1
-1
/
+1
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+30
*
remove mentions of VM in comments
Premysl Hruby
2012-04-02
1
-11
/
+1
*
remove disk-store related comments
Premysl Hruby
2012-03-27
1
-3
/
+1
*
Code style hack.
antirez
2012-03-22
1
-3
/
+3
*
Result of INCRBYFLOAT and HINCRBYFLOAT should never be in exponential form, a...
antirez
2012-03-22
1
-2
/
+11
*
Encode small hashes with a ziplist
Pieter Noordhuis
2012-01-02
1
-8
/
+4
*
string to number API is now more strict not accepting spaces before or after ...
antirez
2011-11-14
1
-10
/
+8
*
INCRBYFLOAT implementation
antirez
2011-11-12
1
-2
/
+57
*
dict.c API names modified to be more coincise and consistent.
antirez
2011-11-08
1
-1
/
+1
*
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
antirez
2011-10-04
1
-7
/
+7
*
Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.
antirez
2011-07-13
1
-0
/
+17
*
diskstore removed
antirez
2011-06-25
1
-8
/
+2
*
touch less pages in decrRefCount
antirez
2011-06-03
1
-2
/
+3
*
Tests for string2ll; move isObject* to object.c
Pieter Noordhuis
2011-05-05
1
-1
/
+11
*
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
Pieter Noordhuis
2011-04-06
1
-1
/
+1
*
Merge branch 'unstable' into unstable-zset
Pieter Noordhuis
2011-04-06
1
-1
/
+45
|
\
|
*
make sure that OBJECT ENCODING returns skiplist for sorted sets, and not raw,...
antirez
2011-04-06
1
-1
/
+5
|
*
OBJECT command implemented
antirez
2011-04-06
1
-0
/
+39
*
|
Properly free encoded sorted set
Pieter Noordhuis
2011-03-08
1
-5
/
+14
*
|
Add function to create ziplist-backed sorted set
Pieter Noordhuis
2011-03-08
1
-1
/
+7
|
/
*
implemented a different approach to IO scheduling, so object->storage is no l...
antirez
2011-01-01
1
-4
/
+0
*
don't use small shared integer objects when disk store is enabled
antirez
2010-12-30
1
-1
/
+2
*
touched key for WATCH refactored into a more general thing that can be used a...
antirez
2010-12-29
1
-7
/
+7
*
a lot of code reworked/removed to implement object caching
antirez
2010-12-28
1
-24
/
+4
*
Stop using the freelist robj* cache
Pieter Noordhuis
2010-11-04
1
-17
/
+3
*
prevent small integer sharing when maxmemory is active. So every object will ...
antirez
2010-10-15
1
-2
/
+6
*
implemented different algorithms for maxmemory
antirez
2010-10-14
1
-2
/
+3
*
Object approximated LRU algorithm enhanced / fixed / refactored. This is used...
antirez
2010-10-14
1
-8
/
+23
[next]