antirez
|
de32c37c06
More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged.
|
13 years ago |
antirez
|
35a6044140
slow log configuration implemented
|
13 years ago |
antirez
|
994ed2bc55
unstable merge conflicts resolved
|
13 years ago |
antirez
|
c9d0c3623a
diskstore removed
|
13 years ago |
antirez
|
0d1650f8a9
Updated to unstable
|
13 years ago |
antirez
|
b333e23997
automatic AOF rewrite first implementation. Still to be tested.
|
13 years ago |
antirez
|
eeffcf380f
Lua scripts max execution time
|
13 years ago |
Pieter Noordhuis
|
3ea204e103
Configurable thresholds for encoded sorted sets
|
13 years ago |
antirez
|
68d6345ddf
If port zero is specified, Redis will not listen for TCP connections
|
13 years ago |
antirez
|
b8cfcea424
default hash encoding settings also fixed in redis.conf
|
14 years ago |
Pieter Noordhuis
|
a2b33f2f93
Remove glueoutputbuf from redis.conf
|
14 years ago |
antirez
|
aa81e4d5f4
minor changes to doc and comments
|
14 years ago |
antirez
|
6a246b1e7e
special encoding limits redefined, and all the config options for special encodings added in the example redis.conf file
|
14 years ago |
Jonah H. Harris
|
e1a586ee69
syslog support
|
14 years ago |
antirez
|
5402c4262e
added noeviction policy to redis maxmemory. ZSCORE removed from the list of commands that can't be called when we are low on memory, this command was added in the past for a stupid error.
|
14 years ago |
antirez
|
4ebfc45528
config option to select if when replication link with master a slave should or not serve stale data
|
14 years ago |
antirez
|
8d3e063a0a
added support for command renaming/suppression in redis.conf
|
14 years ago |
antirez
|
0a546fc017
Merge remote branch 'pietern/unixsocket'
|
14 years ago |
antirez
|
a36879293d
maxmemory-samples implemented in CONFIG command and configuration file
|
14 years ago |
antirez
|
165346ca29
implemented different algorithms for maxmemory
|
14 years ago |
Pieter Noordhuis
|
893819801d
Remove disabling TCP with port -1
|
14 years ago |
Pieter Noordhuis
|
5d10923f7b
Rename variable sockpath to unixsocket
|
14 years ago |
Pieter Noordhuis
|
a5639e7dd9
Change initialization to allow listening on both a port and socket
|
14 years ago |
antirez
|
d5d23dabd7
redis.conf new features the new option, a minor typo preventing the compilation fixed
|
14 years ago |
antirez
|
9682a58fca
conflicts resolved
|
14 years ago |
antirez
|
1b67773229
CONFIG now can change appendfsync policy at run time
|
14 years ago |
Pieter Noordhuis
|
f3b52411db
make append only filename configurable
|
14 years ago |
antirez
|
a0e7e5f516
swap file name pid expansion removed. Not suited for mission critical software...
|
14 years ago |
antirez
|
029245feac
clarified a few messages in redis.conf
|
14 years ago |
antirez
|
723240057a
new units for bytes specification
|
14 years ago |