summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* append only mode is now able to translate EXPIRE into EXPIREAT transparentlyantirez2009-10-301-6/+9
* appendfsync is now set to NO by defaultantirez2009-10-301-0/+2
* support for appendonly mode no, always, everysecantirez2009-10-301-0/+17
* Initial implementation of append-only mode. Loading still not implemented.antirez2009-10-301-0/+17
* shareobjectspoolsize implemented in reds.conf, in order to control the pool s...antirez2009-06-031-0/+11
* minor fix for Solaris boxesantirez2009-05-281-0/+7
* maxmemory implementedantirez2009-05-271-0/+12
* maxclients implemented, see redis.conf for detailsantirez2009-05-251-0/+10
* Allow timeout=0 config to disable client timeoutsAman Gupta2009-05-191-1/+1
* ability to specify a different file name for the DBantirez2009-04-271-1/+6
* TODO changes, minor change to default redis.confantirez2009-04-081-1/+1
* Lua client added thanks to Daniele Alessandriantirez2009-03-261-9/+11
* Adds AUTH command.Brian Hammond2009-03-251-0/+9
* Nasty bug of the new DB format fixed, objects sharing implementedantirez2009-03-251-0/+6
* Allow to specify the pid file from the config file.Luc Heinrich2009-03-231-0/+4
* first commitantirez2009-03-221-0/+66