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