Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed a line from release notes that was not true (feature already backport... | antirez | 2010-12-15 | 1 | -1/+0 |
* | typo fixed | antirez | 2010-12-15 | 1 | -2/+2 |
* | release notes added | antirez | 2010-12-15 | 2 | -1/+33 |
* | bulk transfers limited to 512 MB as this is the new limit of all the redis st... | antirez | 2010-12-15 | 1 | -1/+1 |
* | Merge remote branch 'pietern/cli' | antirez | 2010-12-15 | 1 | -49/+119 |
|\ | |||||
| * | Specify multi-bulk delimiter via options | Pieter Noordhuis | 2010-12-15 | 1 | -0/+5 |
| * | Improved raw output mode | Pieter Noordhuis | 2010-12-15 | 1 | -29/+65 |
| * | Make redis-cli help a little better | Pieter Noordhuis | 2010-12-15 | 1 | -19/+31 |
| * | Show redis-cli version with repository information if present | Pieter Noordhuis | 2010-12-15 | 1 | -1/+18 |
* | | added new HTML doc pages | antirez | 2010-12-15 | 12 | -0/+618 |
* | | HTML doc updated | antirez | 2010-12-15 | 17 | -112/+105 |
* | | version bumped to 2.1.8 | antirez | 2010-12-15 | 1 | -1/+1 |
|/ | |||||
* | Minor changes to Makefile | Pieter Noordhuis | 2010-12-15 | 1 | -10/+10 |
* | Merge remote branch 'pietern/string-patches' | antirez | 2010-12-15 | 2 | -114/+81 |
|\ | |||||
| * | Update tests for STRLEN | Pieter Noordhuis | 2010-12-15 | 1 | -8/+8 |
| * | Use helper function for string object length | Pieter Noordhuis | 2010-12-15 | 1 | -20/+3 |
| * | Use helper functions in APPEND | Pieter Noordhuis | 2010-12-15 | 1 | -14/+8 |
| * | Disable negative offsets for SETRANGE | Pieter Noordhuis | 2010-12-15 | 2 | -44/+7 |
| * | Add fuzzy test for SETBIT | Pieter Noordhuis | 2010-12-15 | 1 | -0/+18 |
| * | Make SETBIT return original bit value | Pieter Noordhuis | 2010-12-15 | 2 | -28/+37 |
* | | fixed test rendering when test failed in non verbose mode | antirez | 2010-12-15 | 1 | -1/+1 |
* | | print test names inline in the non verbose output mode | antirez | 2010-12-15 | 1 | -0/+16 |
* | | colorized make test output when the verbose output is disabled (default) | antirez | 2010-12-15 | 1 | -3/+43 |
|/ | |||||
* | special encoding limits redefined, and all the config options for special enc... | antirez | 2010-12-14 | 2 | -3/+16 |
* | Merge remote branch 'jonahharris/syslog' | antirez | 2010-12-14 | 4 | -8/+70 |
|\ | |||||
| * | removed dup syslog-ident conditional | Jonah H. Harris | 2010-12-09 | 1 | -4/+0 |
| * | syslog support | Jonah H. Harris | 2010-12-09 | 4 | -8/+74 |
* | | Merge remote branch 'pietern/cli-monitor' | antirez | 2010-12-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | Zero-pad timestamps in MONITOR output | Pieter Noordhuis | 2010-12-14 | 1 | -1/+1 |
* | | | removed a test that will never be true fixing the compilation on Linux | antirez | 2010-12-14 | 1 | -4/+2 |
* | | | Merge branch 'master' of github.com:antirez/redis | antirez | 2010-12-14 | 6 | -84/+324 |
|\ \ \ | |||||
| * | | | initialized a few vars just to avoid warnings, not a real problem. | antirez | 2010-12-14 | 1 | -4/+4 |
| * | | | Merge remote branch 'pietern/brpoplpush' | antirez | 2010-12-14 | 5 | -80/+320 |
| |\ \ \ | |||||
| | * | | | Don't execute commands for clients when they are unblocked | Pieter Noordhuis | 2010-12-06 | 3 | -8/+19 |
| | * | | | Fix case and indent | Pieter Noordhuis | 2010-12-06 | 2 | -4/+4 |
| | * | | | Check other blocked clients when value could not be pushed | Pieter Noordhuis | 2010-12-06 | 2 | -23/+55 |
| | * | | | Move code for pushing on a (blocking) RPOPLPUSH | Pieter Noordhuis | 2010-12-06 | 1 | -33/+27 |
| | * | | | Rename blpop_blocked_clients to bpop_blocked_clients | Pieter Noordhuis | 2010-12-06 | 3 | -6/+6 |
| | * | | | Move timeout logic | Pieter Noordhuis | 2010-12-06 | 1 | -15/+10 |
| | * | | | Merge branch 'master' into brpoplpush | Pieter Noordhuis | 2010-12-06 | 7 | -18/+1010 |
| | |\ \ \ | |||||
| | * | | | | Fix BRPOPLPUSH behavior for all use cases. | Michel Martens & Damian Janowski | 2010-11-29 | 2 | -10/+53 |
| | * | | | | Adhere to conventions. | Damian Janowski & Michel Martens | 2010-11-29 | 1 | -2/+1 |
| | * | | | | Rename bstate to bpop. | Damian Janowski & Michel Martens | 2010-11-29 | 3 | -25/+25 |
| | * | | | | Remove warning. | Damian Janowski & Michel Martens | 2010-11-29 | 1 | -18/+18 |
| | * | | | | Handle BRPOPLPUSH inside a transaction. | Damian Janowski & Michel Martens | 2010-11-29 | 2 | -26/+51 |
| | * | | | | Refactor code for BRPOPLPUSH. | Damian Janowski & Michel Martens | 2010-11-29 | 2 | -46/+91 |
| | * | | | | Move to struct. | Damian Janowski & Michel Martens | 2010-11-29 | 3 | -27/+34 |
| | * | | | | BRPOPLPUSH. | Damian Janowski & Michel Martens | 2010-11-29 | 4 | -23/+112 |
| | * | | | | Fix case in RPOPLPUSH. | Damian Janowski & Michel Martens | 2010-11-29 | 3 | -3/+3 |
* | | | | | | Merge remote branch 'pietern/strrange' | antirez | 2010-12-14 | 7 | -90/+493 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |