summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* more work done for diskstore without trying to compile, more work needed to b...antirez2010-12-307-22/+104
* fixed a few bugs in DS store, now it's somewhat about able to reply to 'GET f...antirez2010-12-303-9/+8
* disk store logged messages improvedantirez2010-12-293-3/+7
* diskstore directory structure creationantirez2010-12-293-3/+33
* cron part of disk store object cache implemented. Objects are pushed as IO jo...antirez2010-12-293-5/+65
* touched key for WATCH refactored into a more general thing that can be used a...antirez2010-12-2912-91/+96
* version set to 2.3.0antirez2010-12-292-2/+2
* more step forwards for disk store to be able to runantirez2010-12-294-103/+63
* implemented complete job handlingantirez2010-12-291-60/+6
* still more work for diskstoreantirez2010-12-292-63/+12
* more work converting vm into object cacheantirez2010-12-283-204/+31
* removed parts of VM that probably will be of no use with object cacheantirez2010-12-281-307/+1
* a lot of code reworked/removed to implement object cachingantirez2010-12-288-175/+76
* initial changes needed to turn the current VM code into a cache system. Tons ...antirez2010-12-284-75/+43
* added diskstore.c in Makefile and prototypes in redis.hantirez2010-12-283-10/+87
* added diskstore.c, currently just a stubantirez2010-12-261-0/+110
* help.h updatedantirez2010-12-191-12/+42
* removed some dead code, added evicted keys counter separated from expired keys.antirez2010-12-192-32/+5
* overflow detection in INCR family functionsantirez2010-12-191-1/+6
* bulk transfers limited to 512 MB as this is the new limit of all the redis st...antirez2010-12-151-1/+1
* Merge remote branch 'pietern/cli'antirez2010-12-151-49/+119
|\
| * Specify multi-bulk delimiter via optionsPieter Noordhuis2010-12-151-0/+5
| * Improved raw output modePieter Noordhuis2010-12-151-29/+65
| * Make redis-cli help a little betterPieter Noordhuis2010-12-151-19/+31
| * Show redis-cli version with repository information if presentPieter Noordhuis2010-12-151-1/+18
* | version bumped to 2.1.8antirez2010-12-151-1/+1
|/
* Minor changes to MakefilePieter Noordhuis2010-12-151-10/+10
* Use helper function for string object lengthPieter Noordhuis2010-12-151-20/+3
* Use helper functions in APPENDPieter Noordhuis2010-12-151-14/+8
* Disable negative offsets for SETRANGEPieter Noordhuis2010-12-151-12/+5
* Make SETBIT return original bit valuePieter Noordhuis2010-12-151-16/+25
* special encoding limits redefined, and all the config options for special enc...antirez2010-12-141-3/+3
* Merge remote branch 'jonahharris/syslog'antirez2010-12-143-8/+60
|\
| * removed dup syslog-ident conditionalJonah H. Harris2010-12-091-4/+0
| * syslog supportJonah H. Harris2010-12-093-8/+64
* | Merge remote branch 'pietern/cli-monitor'antirez2010-12-141-1/+1
|\ \
| * | Zero-pad timestamps in MONITOR outputPieter Noordhuis2010-12-141-1/+1
* | | removed a test that will never be true fixing the compilation on Linuxantirez2010-12-141-4/+2
* | | Merge branch 'master' of github.com:antirez/redisantirez2010-12-145-84/+191
|\ \ \
| * | | initialized a few vars just to avoid warnings, not a real problem.antirez2010-12-141-4/+4
| * | | Merge remote branch 'pietern/brpoplpush'antirez2010-12-144-80/+187
| |\ \ \
| | * | | Don't execute commands for clients when they are unblockedPieter Noordhuis2010-12-063-8/+19
| | * | | Fix case and indentPieter Noordhuis2010-12-061-1/+1
| | * | | Check other blocked clients when value could not be pushedPieter Noordhuis2010-12-061-23/+41
| | * | | Move code for pushing on a (blocking) RPOPLPUSHPieter Noordhuis2010-12-061-33/+27
| | * | | Rename blpop_blocked_clients to bpop_blocked_clientsPieter Noordhuis2010-12-063-6/+6
| | * | | Move timeout logicPieter Noordhuis2010-12-061-15/+10
| | * | | Merge branch 'master' into brpoplpushPieter Noordhuis2010-12-062-18/+760
| | |\ \ \
| | * | | | Fix BRPOPLPUSH behavior for all use cases.Michel Martens & Damian Janowski2010-11-291-10/+10
| | * | | | Adhere to conventions.Damian Janowski & Michel Martens2010-11-291-2/+1