summaryrefslogtreecommitdiff
path: root/src/redis.c
Commit message (Expand)AuthorAgeFilesLines
* master branch merged into scripting.antirez2011-07-121-46/+40
|\
| * Take a pointer to the relevant entry of the command table in the client struc...antirez2011-07-081-26/+27
| * childrens -> children in INFO output field names. This is a backward incompat...antirez2011-07-021-2/+2
| * no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-021-16/+0
| * First implementation of the slow log featureantirez2011-06-301-3/+12
* | unstable merge conflicts resolvedantirez2011-06-251-101/+12
|\ \ | |/
| * diskstore removedantirez2011-06-251-100/+4
| * Fixed INFO implementation to use the new allocator name defineantirez2011-06-201-1/+1
| * new INFO filed master_link_down_since_secondsantirez2011-06-171-0/+7
* | Updated to unstableantirez2011-06-141-6/+48
|\ \ | |/
| * Fix automatic rewrite starting too early.Hampus Wessman2011-06-121-1/+1
| * Make sure an automatic rewrite only gets triggered when no other child is in ...antirez2011-06-101-2/+4
| * Added new INFO fields related to the new AOF auto rewrite featureantirez2011-06-101-0/+10
| * Fixed bug in AOF rewrite not working because of integer overflowantirez2011-06-101-2/+2
| * debugging printf removedantirez2011-06-101-1/+0
| * AOF auto rewrite percentage option parsing fixedantirez2011-06-101-0/+1
| * Avoid division by zero issues in the automatically triggered AOF rewrite feat...antirez2011-06-101-2/+3
| * automatic AOF rewrite first implementation. Still to be tested.antirez2011-06-101-2/+27
| * Variadic ZREMantirez2011-05-311-1/+1
| * Variadic ZADDantirez2011-05-311-1/+1
| * INFO now contains the time (in usecs) needed to fork() in order to persist. T...antirez2011-05-291-2/+5
| * Configurable synchronous I/O timeoutPieter Noordhuis2011-05-221-0/+1
* | EVALSHA implementedantirez2011-05-251-1/+4
* | Lua scripts max execution timeantirez2011-05-251-0/+1
* | Lua memory usage in INFOantirez2011-05-251-0/+2
* | Eval command table fixed to return the keys arguments of the command. We use ...antirez2011-05-251-1/+1
* | Lua function creation on EVAL, basic Lua return type to Redis protocol conver...antirez2011-05-251-1/+3
|/
* Show memory allocator in INFO outputPieter Noordhuis2011-05-051-6/+2
* cluster import/export of hash slots implemented in the query redirection engineantirez2011-05-051-3/+5
* peak fragmentation ratio removed as it is a confusing field for users and tri...antirez2011-04-211-2/+0
* CLIENT LIST implementedantirez2011-04-211-1/+2
* save peak memory usage as statistic and show it in INFO. Also a new INFO fiel...antirez2011-04-211-2/+16
* Variadic SREMantirez2011-04-191-1/+1
* variadic HDEL with testsantirez2011-04-191-1/+1
* variadic SADDantirez2011-04-151-1/+1
* variadic LPUSH/RPUSHantirez2011-04-151-2/+2
* Merge remote branch 'pietern/unstable-zset' into unstableantirez2011-04-141-0/+2
|\
| * Merge branch 'unstable' into unstable-zsetPieter Noordhuis2011-04-061-14/+57
| |\
| * | Configurable thresholds for encoded sorted setsPieter Noordhuis2011-03-091-0/+2
* | | ASCII ART FTWantirez2011-04-131-3/+27
* | | added minimal cluster section in INFO output. This is only useful to check if...Salvatore Sanfilippo2011-04-111-0/+9
| |/ |/|
* | OBJECT command implementedantirez2011-04-061-1/+2
* | DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc...antirez2011-04-011-2/+3
* | centralized cluster config file name. Assigned slots in CLUSTER NODES output ...antirez2011-03-301-0/+1
* | Cluster branch merged to unstable.antirez2011-03-291-1/+41
* | new preloading implemented, still EXEC not handled correctly, everything to testantirez2011-03-231-1/+1
* | command table altered for the new API to get position of keys arguments in co...antirez2011-03-221-13/+13
|/
* Save RDB on SIGTERM (see issue #471)Pieter Noordhuis2011-03-061-25/+21
* RDB/AOF loading times logged with millisecond precisionantirez2011-02-281-4/+4
* more disk store fields in INFOantirez2011-02-251-1/+11