Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Changed log level for module fork api from 'notice' to 'verbos'. | meir@redislabs.com | 2020-02-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #6783 from hwware/memoryleakfix | Salvatore Sanfilippo | 2020-02-27 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Memory Leaks in debug.c | |||||
| * | | | | | | | | | | | | format fix | hwware | 2020-01-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix potentical memory leaks | hwware | 2020-01-16 | 1 | -1/+4 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #6931 from t00350320/unstable | Salvatore Sanfilippo | 2020-02-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | modify the read buf size according to the write buf size PROTO_IOBUF_LEN | |||||
| * | | | | | | | | | | | | modify the read buf size according to the write buf size PROTO_IOBUF_LEN ↵ | Hengjian Tang | 2020-02-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defined before | |||||
* | | | | | | | | | | | | | Merge pull request #6919 from ashtul/Fix-ThreadSafeContext-functions-names | Salvatore Sanfilippo | 2020-02-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ThreadSafeContext lock/unlock function names | |||||
| * | | | | | | | | | | | | | fix ThreadSafeContext lock/unlock function names | Ariel | 2020-02-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #6921 from guybe7/fix_xclaim_propagate | Salvatore Sanfilippo | 2020-02-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC | |||||
| * | | | | | | | | | | | | | | XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC | Guy Benoish | 2020-02-23 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use built-in alsoPropagate mechanism that wraps commands in MULTI/EXEC before sending them to replica/AOF | |||||
* | | | | | | | | | | | | | | Merge pull request #6922 from guybe7/refix_blocked_module_memleak | Salvatore Sanfilippo | 2020-02-27 | 1 | -7/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | Modules: Do not auto-unblock clients if not blocked on keys | |||||
| * | | | | | | | | | | | | | Modules: Do not auto-unblock clients if not blocked on keys | Guy Benoish | 2020-02-23 | 1 | -7/+22 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Tracking: optin/out implemented. | antirez | 2020-02-24 | 3 | -16/+82 | |
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #6901 from hwware/debughelp | Salvatore Sanfilippo | 2020-02-20 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing subcommand description for DEBUG OOM in HELP | |||||
| * | | | | | | | | | | | | add missing subcommand description for debug oom | hwware | 2020-02-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #6894 from madolson/csc-fixes | Salvatore Sanfilippo | 2020-02-20 | 2 | -17/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client side caching fixes | |||||
| * | | | | | | | | | | | | | Give an error message if you specify redirect twice | Madelyn Olson | 2020-02-16 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Minor CSC fixes and fixed documentation | Madelyn Olson | 2020-02-16 | 2 | -17/+16 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #6903 from oranagra/defrag_lists | Salvatore Sanfilippo | 2020-02-20 | 3 | -34/+258 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defrag big lists in portions to avoid latency and freeze | |||||
| * | | | | | | | | | | | | | Defrag big lists in portions to avoid latency and freeze | Oran Agra | 2020-02-18 | 3 | -34/+258 | |
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When active defrag kicks in and finds a big list, it will create a bookmark to a node so that it is able to resume iteration from that node later. The quicklist manages that bookmark, and updates it in case that node is deleted. This will increase memory usage only on lists of over 1000 (see active-defrag-max-scan-fields) quicklist nodes (1000 ziplists, not 1000 items) by 16 bytes. In 32 bit build, this change reduces the maximum effective config of list-compress-depth and list-max-ziplist-size (from 32767 to 8191) | |||||
* | | | | | | | | | | | | | Merge pull request #6905 from guybe7/xgroup_destroy_unblock | Salvatore Sanfilippo | 2020-02-20 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUP | |||||
| * | | | | | | | | | | | | | XGROUP DESTROY should unblock XREADGROUP with -NOGROUP | Guy Benoish | 2020-02-19 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #6911 from hayashier/fix-typo-fss | Salvatore Sanfilippo | 2020-02-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix typo from fss to rss | |||||
| * | | | | | | | | | | | | | fix typo from fss to rss | hayashier | 2019-12-31 | 1 | -2/+2 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Tracking: fix max-keys configuration directive. | antirez | 2020-02-19 | 2 | -2/+2 | |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-02-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fixes segfault on calling trackingGetTotalKeys | Itamar Haber | 2020-02-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... with CSC disabled | |||||
* | | | | | | | | | | | | | Signal key as modified when expired on-access. | antirez | 2020-02-14 | 1 | -2/+4 | |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes WATCH and client side caching with keys expiring because of a synchronous access and not because of background expiring. | |||||
* | | | | | | | | | | | | Merge branch 'csc2' into unstable | antirez | 2020-02-14 | 7 | -143/+347 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: fix operators precedence error in bcast check. | antirez | 2020-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: fix behavior when switchinig from normal to BCAST. | antirez | 2020-02-14 | 1 | -1/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: fix sending messages bug + tracking off bug. | antirez | 2020-02-13 | 2 | -20/+28 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: BCAST: basic feature now works. | antirez | 2020-02-12 | 3 | -40/+55 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: BCAST: broadcasting of keys in prefixes implemented. | antirez | 2020-02-11 | 2 | -9/+94 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: BCAST: registration in the prefix table. | antirez | 2020-02-11 | 3 | -20/+67 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: BCAST: parsing of the options + skeleton. | antirez | 2020-02-10 | 4 | -19/+73 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: always reply with an array of keys. | antirez | 2020-02-10 | 2 | -3/+10 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: minor change of names and new INFO field. | antirez | 2020-02-07 | 4 | -4/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Rax.c: populate data field after random walk. | antirez | 2020-02-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: rename INFO field with total items. | antirez | 2020-02-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Tracking: first conversion from hashing to key names. | antirez | 2020-02-07 | 3 | -114/+84 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #6863 from oranagra/module_commands_no_slowlog | Salvatore Sanfilippo | 2020-02-13 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | add no-slowlog option to RM_CreateCommand | |||||
| * | | | | | | | | | | | add no-slowlog option to RM_CreateCommand | Oran Agra | 2020-02-06 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #6691 from kraj/fno-common | Salvatore Sanfilippo | 2020-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Mark extern definition of SDS_NOINIT in sds.h | |||||
| * | | | | | | | | | | | Mark extern definition of SDS_NOINIT in sds.h | Khem Raj | 2019-12-21 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This helps in avoiding multiple definition of this variable, its also defined globally in sds.c Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
* | | | | | | | | | | | correct help info for --user and --pass | lifubang | 2020-02-12 | 1 | -2/+2 | |
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: lifubang <lifubang@acmcoder.com> | |||||
* | | | | | | | | | | Merge pull request #6822 from guybe7/diskless_load_module_hook_fix | Salvatore Sanfilippo | 2020-02-06 | 3 | -28/+44 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Diskless-load emptyDb-related fixes | |||||
| * | | | | | | | | | | Diskless-load emptyDb-related fixes | Guy Benoish | 2020-02-06 | 3 | -28/+44 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Call emptyDb even in case of diskless-load: We want modules to get the same FLUSHDB event as disk-based replication. 2. Do not fire any module events when flushing the backups array. 3. Delete redundant call to signalFlushedDb (Called from emptyDb). | |||||
* | | | | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-02-06 | 15 | -174/+140 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6826 from lifubang/opensslcli | Salvatore Sanfilippo | 2020-02-06 | 1 | -9/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix ssl args check for redis-cli |