summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged Solaris patches provided by Alan Harderantirez2009-10-263-13/+10
* backward support to skiplists for ZREVRANGE, still broken, committing since I...antirez2009-10-262-6/+39
* TODO updatedantirez2009-10-261-1/+1
* ZREM implementedantirez2009-10-264-2/+41
* fix for ZADD in score update modeantirez2009-10-241-0/+1
* some work on ZADD against existing element (score update), still broken...antirez2009-10-243-4/+52
* zrange now starts to work. zadd still does not support update and will crash ...antirez2009-10-231-1/+1
* zrange initial hack (not working for now)antirez2009-10-232-0/+58
* first skiplist fix, courtesy of valgrindantirez2009-10-231-1/+1
* zset symbols added to stack trace code. ZSets will simply crash at the momentantirez2009-10-231-0/+9
* more work on ZSETs and a new make target called 32bit to build i386 binaries ...antirez2009-10-233-1/+85
* initial skiplist implementation. Most memory checks removed and zmalloc() mod...antirez2009-10-232-47/+125
* Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.antirez2009-10-232-2/+10
* version incremented to 1.050 to distinguish from 1.001 stable and next stable...antirez2009-10-222-2/+41
* TODO updatedantirez2009-10-211-0/+2
* SRANDMEMBER addedantirez2009-10-212-0/+29
* Imporant bug leading to data corruption fixed (NOT affecting stable distribut...antirez2009-10-203-7/+26
* added multi-bulk protocol support to redis-cli and support for MSET and MSETNXantirez2009-10-171-9/+21
* MSET fixed, was not able to replace keys already set for a stupid bugantirez2009-10-171-3/+10
* some dead code removedantirez2009-10-161-9/+4
* multi bulk input protocol fixedantirez2009-10-161-29/+44
* MSET and MSETNX commands implementedantirez2009-10-163-7/+76
* undoed all the sds hacking that lead just to random bugs and no memory saving ;)antirez2009-10-073-110/+40
* initial multi-bulk query protocol, this will allow MSET and other interesting...antirez2009-10-071-2/+79
* benchmark now outputs the right command line to shorten the TIME_WAIT interva...antirez2009-10-031-1/+1
* Issue 69 fixed. Object integer encoding now works with replication and MONITO...antirez2009-10-024-37/+127
* LREM fixed, used to crash since the new object integer encoding is on the stageantirez2009-09-182-11/+54
* maxmemory didn't worked in 64 systems for values > 4GB since it used to be an...antirez2009-09-171-2/+2
* incremented version number to 1.001, AKA Redis edge is no longer stable...antirez2009-09-101-1/+1
* in-memory specialized object encoding (for now 32 signed integers only)antirez2009-09-102-59/+253
* Latest doc changes for 1.0antirez2009-09-032-7/+6
* Redis 1.0.0 releaseantirez2009-09-031-8/+5
* Redis version pushed to 1.0antirez2009-09-021-1/+1
* Ruby client lib updated to the latest git versionantirez2009-09-029-122/+172
* update-scala-client script addedantirez2009-09-021-0/+12
* Scala client added thanks to Alejanro Crosaantirez2009-09-0226-0/+1601
* QuickStart addedantirez2009-09-023-4/+53
* Fixed crash with only space and newline as command (issue 61), thanks to a gu...antirez2009-09-011-1/+1
* TODO list modifiedantirez2009-08-111-0/+1
* more snow leopard related fixes (for 32bit systems)antirez2009-07-241-0/+4
* fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH ac...antirez2009-07-242-2/+8
* Fixed NetBSD compile problemsantirez2009-07-221-3/+5
* now the size of the shared pool can be really modified via config, also the n...antirez2009-07-171-2/+2
* added utils/redis-copy.rb, a script that is able to copy data from one Redis ...antirez2009-07-051-0/+80
* Applied three different patches thanks to Chris Lamb, one to fix compilation ...antirez2009-07-041-7/+12
* bugfix: EXPIRE now propagates to the Slave.antirez2009-07-031-2/+4
* Redis version modified to 0.900antirez2009-06-162-1/+4
* update-ruby-client script already points to ezmobius repoantirez2009-06-161-2/+2
* client libraries updatedantirez2009-06-1616-86/+165
* Redis release candidate 1antirez2009-06-162-1/+3