- 31 Aug, 2019 1 commit
-
-
zhudacai 00228490 authored
of aarch64. The content comes from the definition of the sigcontext and tested on my aarch64 server. sigcontext defined at the linux kernel code: arch/arm64/include/uapi/asm/sigcontext.h
-
- 30 Aug, 2019 1 commit
-
-
jared authored
merge redis
-
- 22 Aug, 2019 1 commit
-
-
Salvatore Sanfilippo authored
RM_ReplyWithCString was missing registration
-
- 07 Aug, 2019 1 commit
-
-
Oran Agra authored
-
- 05 Aug, 2019 1 commit
-
-
antirez authored
-
- 02 Aug, 2019 2 commits
- 31 Jul, 2019 6 commits
-
-
antirez authored
This was recently introduced with PR #6266.
-
antirez authored
-
Salvatore Sanfilippo authored
make memory usage consistent of robj with OBJ_ENCODING_INT
-
Salvatore Sanfilippo authored
Hide HELLO and AUTH from slowlog and monitor
-
antirez authored
-
antirez authored
-
- 30 Jul, 2019 5 commits
-
-
Salvatore Sanfilippo authored
Updating resident memory request impl on FreeBSD.
-
Salvatore Sanfilippo authored
Implement module api for aux data in rdb
-
Salvatore Sanfilippo authored
Reduce the calling stack
-
antirez authored
This was broken since a refactoring performed recently by myself.
-
Salvatore Sanfilippo authored
Fix HLL corruption bug
-
- 29 Jul, 2019 1 commit
-
-
John Sully authored
-
- 28 Jul, 2019 1 commit
-
-
David Carlier authored
-
- 25 Jul, 2019 3 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
RM_Log - add support for logging without a context or context without module
-
- 24 Jul, 2019 6 commits
- 23 Jul, 2019 7 commits
-
-
Salvatore Sanfilippo authored
Removed unnecessary creation of Redis objects
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Client side caching: do not reclaim tracking table if it's empty
-
zhaozhao.zz authored
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 22 Jul, 2019 4 commits
-
-
Oran Agra authored
Other changes: * fix memory leak in error handling of rdb loading of type OBJ_MODULE
-
antirez authored
-
antirez authored
This is extremely useful in order to simulate an high load of requests about different keys, and force Redis to track a lot of informations about several clients, to simulate real world workloads.
-
antirez authored
Now that the call also invalidates client side caching slots, it is important that after an internal flush operation we both send the notifications to the clients and, at the same time, are able to reclaim the memory of the tracking table. This may even fix a few edge cases related to MULTI/EXEC + WATCH during resync, not sure, but in general looks more correct.
-