summaryrefslogtreecommitdiff
path: root/src/object.c
Commit message (Expand)AuthorAgeFilesLines
* Replicate EVALSHA as EVAL taking a dictionary of sha1 -> script source code.antirez2011-07-131-0/+17
* diskstore removedantirez2011-06-251-8/+2
* touch less pages in decrRefCountantirez2011-06-031-2/+3
* Tests for string2ll; move isObject* to object.cPieter Noordhuis2011-05-051-1/+11
* Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-1/+1
* Merge branch 'unstable' into unstable-zsetPieter Noordhuis2011-04-061-1/+45
|\
| * make sure that OBJECT ENCODING returns skiplist for sorted sets, and not raw,...antirez2011-04-061-1/+5
| * OBJECT command implementedantirez2011-04-061-0/+39
* | Properly free encoded sorted setPieter Noordhuis2011-03-081-5/+14
* | Add function to create ziplist-backed sorted setPieter Noordhuis2011-03-081-1/+7
|/
* implemented a different approach to IO scheduling, so object->storage is no l...antirez2011-01-011-4/+0
* don't use small shared integer objects when disk store is enabledantirez2010-12-301-1/+2
* touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-291-7/+7
* a lot of code reworked/removed to implement object cachingantirez2010-12-281-24/+4
* Stop using the freelist robj* cachePieter Noordhuis2010-11-041-17/+3
* prevent small integer sharing when maxmemory is active. So every object will ...antirez2010-10-151-2/+6
* implemented different algorithms for maxmemoryantirez2010-10-141-2/+3
* Object approximated LRU algorithm enhanced / fixed / refactored. This is used...antirez2010-10-141-8/+23
* Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-6/+6
* Changed reply buildup internalsPieter Noordhuis2010-09-021-1/+0
* Refactor reply buildup for speed on large multi bulk repliesPieter Noordhuis2010-08-301-0/+1
* removed a duplicated ERRNO checking that is useless at allantirez2010-08-261-1/+0
* Merge remote branch 'pietern/intset-split'antirez2010-08-261-3/+23
|\
| * Check if stroll return value was clampedPieter Noordhuis2010-08-201-0/+1
| * Merge branch 'master' into intset-splitPieter Noordhuis2010-08-201-6/+15
| |\
| * | merged intset code into the split filesPieter Noordhuis2010-07-021-3/+22
* | | Fixed overflow detection in argument to long convertion function in general, ...antirez2010-08-231-1/+3
| |/ |/|
* | Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-291-1/+2
* | defensive programming: set o->ptr to NULL before freeing objectsantirez2010-07-221-0/+1
* | other shared objects where created in the I/O thread in createStringObjectFro...antirez2010-07-221-1/+2
* | minor typo fixed in a commentantirez2010-07-221-1/+1
* | don't use object sharing inside I/O threads, as a fix for a well known instab...antirez2010-07-221-2/+9
* | TODO list modified, trivial change to source codeantirez2010-07-161-2/+1
|/
* redis.c split into many different C files.antirez2010-07-011-0/+405