summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added more info in the release notesantirez2010-12-151-0/+1
* removed a line from release notes that was not true (feature already backport...antirez2010-12-151-1/+0
* typo fixedantirez2010-12-151-2/+2
* release notes addedantirez2010-12-152-1/+33
* 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
* | added new HTML doc pagesantirez2010-12-1512-0/+618
* | HTML doc updatedantirez2010-12-1517-112/+105
* | version bumped to 2.1.8antirez2010-12-151-1/+1
|/
* Minor changes to MakefilePieter Noordhuis2010-12-151-10/+10
* Merge remote branch 'pietern/string-patches'antirez2010-12-152-114/+81
|\
| * Update tests for STRLENPieter Noordhuis2010-12-151-8/+8
| * 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-152-44/+7
| * Add fuzzy test for SETBITPieter Noordhuis2010-12-151-0/+18
| * Make SETBIT return original bit valuePieter Noordhuis2010-12-152-28/+37
* | fixed test rendering when test failed in non verbose modeantirez2010-12-151-1/+1
* | print test names inline in the non verbose output modeantirez2010-12-151-0/+16
* | colorized make test output when the verbose output is disabled (default)antirez2010-12-151-3/+43
|/
* special encoding limits redefined, and all the config options for special enc...antirez2010-12-142-3/+16
* Merge remote branch 'jonahharris/syslog'antirez2010-12-144-8/+70
|\
| * removed dup syslog-ident conditionalJonah H. Harris2010-12-091-4/+0
| * syslog supportJonah H. Harris2010-12-094-8/+74
* | 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-146-84/+324
|\ \ \
| * | | initialized a few vars just to avoid warnings, not a real problem.antirez2010-12-141-4/+4
| * | | Merge remote branch 'pietern/brpoplpush'antirez2010-12-145-80/+320
| |\ \ \
| | * | | Don't execute commands for clients when they are unblockedPieter Noordhuis2010-12-063-8/+19
| | * | | Fix case and indentPieter Noordhuis2010-12-062-4/+4
| | * | | Check other blocked clients when value could not be pushedPieter Noordhuis2010-12-062-23/+55
| | * | | 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-067-18/+1010
| | |\ \ \
| | * | | | Fix BRPOPLPUSH behavior for all use cases.Michel Martens & Damian Janowski2010-11-292-10/+53
| | * | | | 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-292-26/+51
| | * | | | Refactor code for BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-292-46/+91
| | * | | | Move to struct.Damian Janowski & Michel Martens2010-11-293-27/+34
| | * | | | BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-294-23/+112
| | * | | | Fix case in RPOPLPUSH.Damian Janowski & Michel Martens2010-11-293-3/+3