Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Remove duplicate obj files in Makefile | bodong.ybd | 2020-03-12 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #6980 from fengpf/fix_latency_comments | Salvatore Sanfilippo | 2020-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | fix comments in latency.c | |||||
| * | | | | | fix comments in latency.c | fengpf | 2020-03-12 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-03-12 | 2 | -1/+23 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #6834 from lifubang/askpassword | Salvatore Sanfilippo | 2020-03-10 | 1 | -1/+19 | |
| |\ \ \ \ | | |/ / / | |/| | | | add askpass mode | |||||
| | * | | | add askpass mode | lifubang | 2020-03-05 | 1 | -1/+19 | |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: lifubang <lifubang@acmcoder.com> | |||||
| * | | | Merge pull request #6687 from jtru/systemd-integration-fixes | Salvatore Sanfilippo | 2020-03-06 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | |/| | | Signal systemd readiness atfer Partial Resync | |||||
| | * | | Signal systemd readiness atfer Partial Resync | Johannes Truschnigg | 2019-12-19 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | "Partial Resynchronization" is a special variant of replication success that we have to tell systemd about if it is managing redis-server via a Type=Notify service unit. | |||||
* | | | | ae.c: fix crash when resizing the event loop. | antirez | 2020-03-12 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | See #6964. The root cause is that the event loop may be resized from an event callback itself, causing the event pointer to be invalid. | |||||
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-03-05 | 3 | -1/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge pull request #6804 from qetu3790/unstable | Salvatore Sanfilippo | 2020-03-02 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Fix not used constant in lru_test_mode. | |||||
| | * | | | Fix not used constant in lru_test_mode. | qetu3790 | 2020-01-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | LRU_CYCLE_PERIOD is defined,but not used. | |||||
| * | | | | Merge pull request #6923 from hwware/marcofix | Salvatore Sanfilippo | 2020-03-02 | 1 | -0/+5 | |
| |\ \ \ \ | | | | | | | | | | | | | add missing marco in sdsalloc.h | |||||
| | * | | | | add missing file marco | hwware | 2020-02-22 | 1 | -0/+5 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge pull request #6944 from ShooterIT/acl-compiler-warning | Salvatore Sanfilippo | 2020-03-02 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | To avoid compiler warnings | |||||
| | * | | | | Avoid compiler warnings | ShooterIT | 2020-02-29 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Make sync RDB deletion configurable. Default to no. | antirez | 2020-03-04 | 3 | -4/+22 | |
| | | | | | | ||||||
* | | | | | | Check that the file exists in removeRDBUsedToSyncReplicas(). | antirez | 2020-03-04 | 1 | -4/+8 | |
| | | | | | | ||||||
* | | | | | | Log RDB deletion in persistence-less instances. | antirez | 2020-03-04 | 1 | -2/+15 | |
| | | | | | | ||||||
* | | | | | | Introduce bg_unlink(). | antirez | 2020-03-04 | 1 | -3/+31 | |
| | | | | | | ||||||
* | | | | | | Remove RDB files used for replication in persistence-less instances. | antirez | 2020-03-03 | 3 | -1/+56 | |
| | | | | | | ||||||
* | | | | | | Use a smaller getkeys global buffer. | antirez | 2020-03-02 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | The idea is that very few commands have a lot of keys, and when this happens the allocation time becomes neglegible. | |||||
* | | | | | Merge pull request #6836 from oranagra/opt_get_keys_malloc | Salvatore Sanfilippo | 2020-03-02 | 1 | -10/+31 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Optimize temporary memory allocations for getKeysFromCommand mechanism | |||||
| * | | | | Optimize temporary memory allocations for getKeysFromCommand mechanism | Oran Agra | 2020-02-05 | 1 | -10/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | now that we may use it more often (ACL), these excessive calls to malloc and free can become an overhead. | |||||
* | | | | | Modules: reformat RM_Scan() top comment a bit. | antirez | 2020-02-28 | 1 | -12/+21 | |
| | | | | | ||||||
* | | | | | Modules: more details in RM_Scan API top comment. | antirez | 2020-02-28 | 1 | -6/+22 | |
| | | | | | ||||||
* | | | | | Merge pull request #6838 from oranagra/rm_scan_dict_rehash | Salvatore Sanfilippo | 2020-02-28 | 2 | -6/+21 | |
|\ \ \ \ \ | | | | | | | | | | | | | RM_Scan disable dict rehashing | |||||
| * | | | | | RM_Scan disable dict rehashing | Oran Agra | 2020-02-06 | 2 | -6/+21 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The callback approach we took is very efficient, the module can do any filtering of keys without building any list and cloning strings, it can also read data from the key's value. but if the user tries to re-open the key, or any other key, this can cause dict re-hashing (dictFind does that), and that's very bad to do from inside dictScan. this commit protects the dict from doing any rehashing during scan, but also warns the user not to attempt any writes or command calls from within the callback, for fear of unexpected side effects and crashes. | |||||
* | | | | | Merge pull request #6828 from guybe7/module_string_from_double | Salvatore Sanfilippo | 2020-02-28 | 2 | -0/+14 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add RM_CreateStringFromDouble | |||||
| * | | | | | Add RM_CreateStringFromDouble | Guy Benoish | 2020-02-04 | 2 | -0/+14 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #6862 from oranagra/command_info_no_auth | Salvatore Sanfilippo | 2020-02-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add no_auth to COMMAND INFO | |||||
| * | | | | | | add no_auth to COMMAND INFO | Oran Agra | 2020-02-06 | 1 | -0/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #6893 from oranagra/api_doc_aux_save | Salvatore Sanfilippo | 2020-02-28 | 2 | -1/+7 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | module api docs for aux_save and aux_load | |||||
| * | | | | | | module api docs for aux_save and aux_load | Oran Agra | 2020-02-16 | 2 | -1/+7 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez | 2020-02-27 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #6677 from guybe7/deocde_id_once | Salvatore Sanfilippo | 2020-02-27 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeID | |||||
| | * | | | | | | | streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeID | Guy Benoish | 2019-12-18 | 1 | -3/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Show Redis version when not understanding a config directive. | antirez | 2020-02-27 | 1 | -1/+2 | |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes simpler to give people help when posting such kind of errors in the mailing list or other help forums, because sometimes the directive looks well spelled, but the version of Redis they are using is not able to support it. | |||||
* | | | | | | | | Merge pull request #6690 from yangbodong22011/fix-spop-return-nil | Salvatore Sanfilippo | 2020-02-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix spop return nil #4709 | |||||
| * | | | | | | | | Fix spop return nil #4709 | bodong.ybd | 2019-12-21 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix SDS misuse in enumConfigSet(). Related to #6778. | antirez | 2020-02-27 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove useless comment from enumConfigSet(). | antirez | 2020-02-27 | 1 | -1/+0 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #6778 from pponnuvel/fix_possible_overflow | Salvatore Sanfilippo | 2020-02-27 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a potential overflow with strncpy | |||||
| * | | | | | | | | | Fix a potential overflow with strncpy | Ponnuvel Palaniyappan | 2020-01-14 | 1 | -5/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Improve aeDeleteEventLoop() top comment grammar. | antirez | 2020-02-27 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #6189 from ShooterIT/del-event-loop | Salvatore Sanfilippo | 2020-02-27 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Del event loop | |||||
| * | | | | | | | | | | free time event when delete eventloop | wangyuan21 | 2019-12-31 | 1 | -0/+7 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #6785 from ↵ | Salvatore Sanfilippo | 2020-02-27 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patpatbear/issue_#6696_fix_aof_child_whitelist_SIGUSR1 fix impl of aof-child whitelist SIGUSR1 feature. | |||||
| * | | | | | | | | | | | fix impl of aof-child whitelist SIGUSR1 feature. | srzhao | 2020-01-17 | 1 | -4/+5 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #6876 from ↵ | Salvatore Sanfilippo | 2020-02-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MeirShpilraien/changed_log_level_of_module_fork_api Changed log level for module fork api from 'notice' to 'verbos'. |