summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | Rename bstate to bpop.Damian Janowski & Michel Martens2010-11-293-25/+25
| | * | | | Remove warning.Damian Janowski & Michel Martens2010-11-291-18/+18
| | * | | | Handle BRPOPLPUSH inside a transaction.Damian Janowski & Michel Martens2010-11-291-25/+37
| | * | | | Refactor code for BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-46/+77
| | * | | | Move to struct.Damian Janowski & Michel Martens2010-11-293-27/+34
| | * | | | BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-293-23/+63
| | * | | | Fix case in RPOPLPUSH.Damian Janowski & Michel Martens2010-11-293-3/+3
* | | | | | Merge remote branch 'pietern/strrange'antirez2010-12-145-54/+269
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactor and rename SUBSTR to GETRANGEPieter Noordhuis2010-12-143-39/+40
| * | | | | Add SETRANGE command implementation and testsPieter Noordhuis2010-12-143-0/+87
| * | | | | Don't decode object on STRLEN when not necessaryPieter Noordhuis2010-12-141-3/+10
| * | | | | Change function name to match what it doesPieter Noordhuis2010-12-103-5/+5
| * | | | | TypoPieter Noordhuis2010-12-101-1/+1
| * | | | | Add generic function to grow an sds valuePieter Noordhuis2010-12-103-35/+38
| * | | | | Enforce maximum string value length of 512MBPieter Noordhuis2010-12-091-13/+17
| * | | | | Add commands SETBIT/GETBITPieter Noordhuis2010-12-095-0/+113
* | | | | | cow friendly HGETALL and variantsantirez2010-12-143-22/+58
| |_|_|/ / |/| | | |
* | | | | previouse INCR implementation restored, was actually faster for some reson no...antirez2010-12-101-17/+1
* | | | | dont take the fast path for INCR if the resulting integer will fit into a sha...antirez2010-12-101-1/+2