summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Allow port to be 0 in configuration, in order to allow disabling of TCP.Paul Gideon Dann2011-02-221-1/+1
* check return value of getcwd()antirez2011-02-211-3/+5
* CONFIG SET/GET for all the special encoding parameters of sets, lists, hashesantirez2011-02-171-0/+40
* CONFIG GET/SET dir implementedantirez2011-02-141-0/+14
* Remove glueoutputbuf option and broken codePieter Noordhuis2011-01-051-4/+2
* removed dup syslog-ident conditionalJonah H. Harris2010-12-091-4/+0
* syslog supportJonah H. Harris2010-12-091-0/+40
* added noeviction policy to redis maxmemory. ZSCORE removed from the list of c...antirez2010-11-081-0/+5
* config option to select if when replication link with master a slave should o...antirez2010-11-041-0/+14
* added support for command renaming/suppression in redis.confantirez2010-11-031-4/+28
* Now it is possible to use quoted strings in the redis.conf file accordingly t...antirez2010-11-031-1/+1
* Merge remote branch 'pietern/unixsocket'antirez2010-11-021-0/+2
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-131-18/+15
| |\
| * | Remove disabling TCP with port -1Pieter Noordhuis2010-10-131-3/+1
| * | Rename variable sockpath to unixsocketPieter Noordhuis2010-10-131-2/+2
| * | Change initialization to allow listening on both a port and socketPieter Noordhuis2010-08-031-1/+5
* | | merge conflict resolvedantirez2010-10-281-7/+6
|\ \ \
| * | | Skip object encoding where it doesn't make sensePieter Noordhuis2010-10-171-8/+6
| * | | Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-171-0/+1
| | |/ | |/|
* | | CONFIG RESETSTAT no longer resets the server uptime. Now keyspace hits/misses...antirez2010-10-151-1/+2
* | | maxmemory-samples implemented in CONFIG command and configuration fileantirez2010-10-151-6/+19
* | | implemented different algorithms for maxmemoryantirez2010-10-141-0/+44
|/ /
* | free memory if the maxmemory parameter is reduced via CONFIG SETantirez2010-10-111-0/+1
* | Use specialized function to add status and error repliesPieter Noordhuis2010-09-021-13/+10
* | Wrapper for adding unknown multi bulk length to reply listPieter Noordhuis2010-08-301-5/+2
* | merged intset code into the split filesPieter Noordhuis2010-07-021-0/+2
|/
* redis.c split into many different C files.antirez2010-07-011-0/+438