summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | small refactor of SMOVE and tests for SMOVE on sets with different encodingPieter Noordhuis2010-06-132-48/+92
| | * | intset encoding for sets, refactored set tests to test both encodingsPieter Noordhuis2010-06-125-119/+308
| | * | intset housekeepingPieter Noordhuis2010-06-112-4/+4
| | * | wrapper functions for the set type to support multiple encodingsPieter Noordhuis2010-06-111-109/+175
| | * | move logic for obvious corner cases to intsetSearchPieter Noordhuis2010-06-111-15/+16
| | * | initial implementation for the intsetPieter Noordhuis2010-06-112-0/+395
* | | | Use fstat to detect if stdin was redirectedPieter Noordhuis2010-08-252-15/+78
* | | | Make helper functions simplerPieter Noordhuis2010-08-251-17/+12
* | | | Comments in redis-cli testsPieter Noordhuis2010-08-251-0/+3
* | | | Add a newline to tty output after every replyPieter Noordhuis2010-08-252-7/+5
* | | | Re-introduce the interactive field so we can reconnect in interactive modePieter Noordhuis2010-08-251-0/+3
* | | | Merge master and move argument splitting patch to sds.cPieter Noordhuis2010-08-2516-206/+361
|\ \ \ \
| * | | | redis-cli now supports automatically reconnection in interactive modeantirez2010-08-241-9/+34
| * | | | Issue 179 fixed, now redis-cli is able to parse correctly multi bulk replies ...antirez2010-08-241-2/+3
| * | | | The pid file is now created only after the server is correctly initialied. It...antirez2010-08-241-12/+13
| * | | | slave now detect lost connection during SYNC, fixing Issue 173antirez2010-08-241-2/+2
| * | | | slave with attached slaves now close the conection to all the slaves when the...antirez2010-08-242-2/+26
| * | | | BLPOPping clients are no longer subject to connection timeouts, fixing issues...antirez2010-08-241-0/+1
| * | | | added tests for invalid bulk argumentantirez2010-08-241-0/+7
| * | | | sanity check for the bulk argument in protocol parsing code, fixing issue 146antirez2010-08-242-5/+14
| * | | | changed the comments on top of redis-copy.rb to reflect what the program real...antirez2010-08-241-6/+4
| * | | | Fixed overflow detection in argument to long convertion function in general, ...antirez2010-08-232-5/+6
| | |_|/ | |/| |
| * | | redis cli argument splitting is general and is now moved into the sds.c libantirez2010-08-053-67/+81
| * | | PERSIST: a fix and some basic testantirez2010-08-032-2/+15
| * | | PERSIST command implementedantirez2010-08-033-5/+17
| * | | replication test with expiresantirez2010-08-032-1/+26
| * | | Merge remote branch 'pietern/test-encoding-fix' into writeonexpireantirez2010-08-031-2/+2
| |\ \ \
| * | | | no longer passing tests due to the new write-on-volatile semantics modified/r...antirez2010-08-032-15/+8
| * | | | allow to set a new EXPIRE of an existing volatile keyantirez2010-08-032-15/+9
| * | | | memory leak removed from expire propagation codeantirez2010-08-021-1/+2
| * | | | support for write operations against expiring keys, by master-controlled expi...antirez2010-08-024-49/+86
* | | | | Deprecate starting interactive mode using the -i flagPieter Noordhuis2010-08-041-7/+6
* | | | | Set tty before going into interactive mode to get non-pretty output whenPieter Noordhuis2010-08-041-2/+1
* | | | | Change output format for non-tty redis-cli executionPieter Noordhuis2010-08-042-7/+34
* | | | | Let the output mode depend on having a tty or notPieter Noordhuis2010-08-042-12/+26
* | | | | Tests for redis-cli in non-interactive modePieter Noordhuis2010-08-042-2/+38
* | | | | Add tests for quotation in an interactive redis-cli sessionPieter Noordhuis2010-08-042-3/+37
* | | | | Tests for the interactive mode of redis-cliPieter Noordhuis2010-08-043-4/+84
| |/ / / |/| | |
* | | | Fix assertion function on value encodingPieter Noordhuis2010-08-011-2/+2
|/ / /
* | | Merge remote branch 'pietern/list-test'2.2-alpha0antirez2010-07-312-90/+102
|\ \ \
| * | | Use a large value to consistently trigger a list encoding,Pieter Noordhuis2010-07-291-87/+94
| * | | ensure the value is swapped in before testing its encodingPieter Noordhuis2010-07-291-3/+8
* | | | Change getDoubleFromObject to fail on NaN.Pieter Noordhuis2010-07-293-27/+31
* | | | Fix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.Pieter Noordhuis2010-07-292-0/+28
|/ / /
* | | fix of the fix for the replication bugantirez2010-07-281-0/+1
* | | Fixed a replication bug in ZINTERSTORE.antirez2010-07-281-3/+7
* | | better random dataset creation function in test. master-slave replication tes...antirez2010-07-282-31/+54
* | | fixed a ziplist bug about encoding of integer values overflowing 64 bitantirez2010-07-271-6/+20
* | | removed test code having bad effects...antirez2010-07-271-1/+0
* | | Consistency test improvedantirez2010-07-272-17/+100