summaryrefslogtreecommitdiff
path: root/redis.c
Commit message (Expand)AuthorAgeFilesLines
* a fix for the solaris fix itself ;)antirez2009-10-271-1/+2
* More Solaris fixesantirez2009-10-271-0/+3
* A lot of ZSETs tests implemented, and a bug fixed thanks to this new testsantirez2009-10-271-12/+19
* ZSCORE implementedantirez2009-10-271-0/+32
* fix for ZRANGEBYSCOREantirez2009-10-261-1/+1
* ZRANGEBYSCORE implemented. Redis got range queries!antirez2009-10-261-1/+66
* A trivial change makes the new implementation O(log(N)) instead of O(log(N))+...antirez2009-10-261-21/+24
* ZSET now saved on disk like any other typeantirez2009-10-261-0/+39
* double serialization routines implementedantirez2009-10-261-0/+57
* ZSETs random fixes. Now the implementation appears to be pretty stableantirez2009-10-261-0/+3
* another leak fixed. Can't find more for now, but still a bug in ZSETs to fixantirez2009-10-261-1/+5
* ZSETs memory leak #1 solved, another one missingantirez2009-10-261-1/+1
* Fix for skiplists backward linkantirez2009-10-261-1/+1
* Merged Solaris patches provided by Alan Harderantirez2009-10-261-1/+1
* backward support to skiplists for ZREVRANGE, still broken, committing since I...antirez2009-10-261-6/+38
* ZREM implementedantirez2009-10-261-0/+38
* fix for ZADD in score update modeantirez2009-10-241-0/+1
* some work on ZADD against existing element (score update), still broken...antirez2009-10-241-3/+50
* 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-231-0/+57
* 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-231-0/+80
* initial skiplist implementation. Most memory checks removed and zmalloc() mod...antirez2009-10-231-44/+114
* Fixed compilation in mac os x snow leopard when compiling a 32 bit binary.antirez2009-10-231-2/+8
* version incremented to 1.050 to distinguish from 1.001 stable and next stable...antirez2009-10-221-2/+29
* SRANDMEMBER addedantirez2009-10-211-0/+28
* Imporant bug leading to data corruption fixed (NOT affecting stable distribut...antirez2009-10-201-2/+2
* 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-161-4/+48
* undoed all the sds hacking that lead just to random bugs and no memory saving ;)antirez2009-10-071-6/+6
* initial multi-bulk query protocol, this will allow MSET and other interesting...antirez2009-10-071-2/+79
* Issue 69 fixed. Object integer encoding now works with replication and MONITO...antirez2009-10-021-3/+18
* LREM fixed, used to crash since the new object integer encoding is on the stageantirez2009-09-181-11/+46
* 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-101-58/+252
* Redis version pushed to 1.0antirez2009-09-021-1/+1
* Fixed crash with only space and newline as command (issue 61), thanks to a gu...antirez2009-09-011-1/+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-241-1/+3
* 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
* 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-161-1/+1
* Better handling of background saving process killed or crashedantirez2009-06-161-7/+30
* number of keys info in INFO command thanks to Diego Rosario Brognaantirez2009-06-141-2/+13