antirez
|
8ff874d2b2
2.2.15 release notes
|
há 13 anos atrás |
antirez
|
f97b01d36a
version bumped to 2.2.15
|
há 13 anos atrás |
antirez
|
991eee4d01
FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the command will get replicated and put inside the AOF. This fixes issue #142
|
há 13 anos atrás |
antirez
|
74b77ff8a6
FLUSHALL will only perform a blocking SAVE if RDB persistence is configured.
|
há 13 anos atrás |
antirez
|
15da88c8dc
Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h
|
há 13 anos atrás |
Juri M. Vainonen
|
ee2f20dfde
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
|
há 13 anos atrás |
antirez
|
0dfc5578bf
Version bumped to 2.2.14, Changelog updated.
|
há 13 anos atrás |
antirez
|
ee9f3679a9
Fixed a bug in the average latency metering of redis-cli --latency
|
há 13 anos atrás |
antirez
|
28de624c70
Implemented --latency in redis-cli
|
há 13 anos atrás |
Pieter Noordhuis
|
5d4675979d
Fix AOF race that may duplicate commands
|
há 13 anos atrás |
antirez
|
9e087a298d
Optimize LRANGE to scan the list starting from the head or the tail in order to traverse the minimal number of elements. Thanks to Didier Spezia for noticing the problem and providing a patch.
|
há 13 anos atrás |
antirez
|
8ac3c86664
Don't replicate/AOF SAVE
|
há 13 anos atrás |
antirez
|
a8ed663376
Version bumped to 2.2.13, changelog updated.
|
há 13 anos atrás |
antirez
|
61f57b6a8f
Remove the write handler only if there are no longer objects in the output queue AND if the static buffer is empty. This bug was the cause of a possible server-stop-responding-to-client bug under some specific work load. Thanks to Pieter Noordhuis for spotting and fixing it.
|
há 13 anos atrás |
antirez
|
24a1580df5
Fix for 2.2 TCMALLOC build, thanks to Pieter Noordhuis for the patch.
|
há 13 anos atrás |
antirez
|
4793a2c3c3
fixed typos in the comments of rpoplpushHandlePush()
|
há 13 anos atrás |
Hampus Wessman
|
1d05b53fcc
Fix crash when chaining brpoplpush with other blocking commands.
|
há 13 anos atrás |
Pieter Noordhuis
|
e1f01c9b28
Fix link order for ld --as-needed (thanks to Nigel Babu)
|
há 13 anos atrás |
antirez
|
c1b270127c
Merge remote-tracking branch 'origin/2.2' into 2.2
|
há 13 anos atrás |
Pieter Noordhuis
|
62e6f6c29a
Fix adding bulk reply when getcwd fails
|
há 13 anos atrás |
antirez
|
5960ac9dec
Redis 2.2.12
|
há 13 anos atrás |
antirez
|
ec7bbadce9
Close the listening sockets. Apparently this allows faster restarts.
|
há 13 anos atrás |
antirez
|
063923de1c
prepareForShutdown() fixed for correctness regarding what to do with AOF and RDB persistence on exit.
|
há 13 anos atrás |
Hampus Wessman
|
aa96ebec89
Add test for incorrect expiration when loading AOF.
|
há 13 anos atrás |
antirez
|
563f4cfee5
force VM usage when doing the VM test in 2.2, adding the really-use-vm config option.
|
há 13 anos atrás |
antirez
|
e8108591e4
Warn the user that will try to enable VM that VM sucks. But still allows him to enable VM with a special option.
|
há 13 anos atrás |
antirez
|
eed4ec4664
Warn the user in redis.conf that VM is deprecated and discouraged
|
há 13 anos atrás |
antirez
|
9702c92c4f
Fixed another merge typo
|
há 13 anos atrás |
antirez
|
3fee7e3013
removed a second copy of rewriteClientCommandVector put inside the source code for a merge error
|
há 13 anos atrás |
antirez
|
891f9196fc
Manual merge after cherry-pick
|
há 13 anos atrás |