| Commit message (Expand) | Author | Age | Files | Lines |
* | When redis-cli received ASK, it didn't handle it (#8930) | Huang Zhw | 2021-08-02 | 3 | -17/+135 |
* | Modify some error logs printing level. (#9306) | Binbin | 2021-08-02 | 3 | -3/+3 |
* | Add NX/XX/GT/LT options to EXPIRE command group (#2795) | Ning Sun | 2021-08-02 | 3 | -6/+229 |
* | Fix if consumer is created as a side effect without notify and dirty++ (#9263) | menwen | 2021-08-02 | 5 | -76/+117 |
* | improve quicklist insert head/tail while head/tail node is full. (#9113) | cmemory | 2021-08-02 | 1 | -12/+38 |
* | Fix copy-paste typo in t_list.c comment (#9305) | SmartKeyerror | 2021-08-02 | 1 | -1/+1 |
* | GEO* STORE with empty src key delete the dest key and return 0, not empty arr... | Binbin | 2021-08-01 | 2 | -6/+105 |
* | Tests: avoid short reads on redis-cli output. (#9301) | Yossi Gottlieb | 2021-08-01 | 1 | -4/+16 |
* | Remove const from CommandFilterArgGet result (#9247) | Guy Korland | 2021-08-01 | 4 | -3/+39 |
* | tests: fix a typo (#9294) | Long Dai | 2021-07-30 | 1 | -1/+1 |
* | Free unused capacity in the cluster send buffer. (#9255) | Quinn Klassen | 2021-07-29 | 1 | -41/+61 |
* | Minor refactoring for rioConnRead and adding errno (#9280) | Ewg-c | 2021-07-29 | 2 | -12/+12 |
* | Clean unused var compiler warning in module test. (#9289) | Yossi Gottlieb | 2021-07-29 | 1 | -1/+1 |
* | Remove duplicate zero-port sentinels (#9240) | Wen Hui | 2021-07-29 | 3 | -0/+50 |
* | Fix LRU blue moon bug in RESTORE, RDB loading, module API (#9279) | Oran Agra | 2021-07-29 | 1 | -6/+6 |
* | Fix missing check for sanitize_dump in corrupt-dump-fuzzer test (#9285) | sundb | 2021-07-29 | 1 | -3/+3 |
* | Add INFO stat total_eviction_exceeded_time and current_eviction_exceeded_time... | Huang Zhw | 2021-07-26 | 3 | -5/+31 |
* | tests: fix exec fails when grep exists with status other than 0 (#9066) | ZhaolongLi | 2021-07-25 | 1 | -1/+5 |
* | fix zslGetRank bug in dead-code (#9246) | Oran Agra | 2021-07-22 | 1 | -1/+1 |
* | On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO... | Huang Zhw | 2021-07-21 | 4 | -20/+46 |
* | Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN... | Oran Agra | 2021-07-20 | 3 | -7/+42 |
* | Fix missing separator in module info line (usedby and using lists) (#9241) | Huang Zhw | 2021-07-19 | 1 | -1/+2 |
* | Remove testmodule in src/modules/Makefile. (#9250) | Huang Zhw | 2021-07-19 | 1 | -6/+1 |
* | Fix rank overflow in zslInsert with more than 2B entries. (#9249) | Binbin | 2021-07-18 | 1 | -1/+1 |
* | Fix format strings serverLogObjectDebugInfo to use unsigned (#2927) | Erik Dubbelboer | 2021-07-18 | 1 | -2/+2 |
* | Add 'ist' to wordlist. (#9248) | Binbin | 2021-07-18 | 1 | -1/+2 |
* | Update Lua debugging help message commands for consistency. (#2946) | Paul Kulchenko | 2021-07-18 | 1 | -5/+5 |
* | Fix typo in redis.conf comment (#9245) | Lawrence Chou | 2021-07-17 | 1 | -1/+1 |
* | SMOVE only notify dstset when the addition is successful. (#9244) | Binbin | 2021-07-17 | 2 | -1/+23 |
* | Set TCP keepalive on inbound clusterbus connections (#9230) | qetu3790 | 2021-07-15 | 1 | -0/+1 |
* | fix timeout spell error (#9150) | ZEEKLING | 2021-07-15 | 1 | -1/+1 |
* | Test infra, handle RESP3 attributes and big-numbers and bools (#9235) | Oran Agra | 2021-07-14 | 5 | -34/+115 |
* | Fix compatibility with OpenSSL 1.1.0. (#9233) | Yossi Gottlieb | 2021-07-14 | 1 | -0/+2 |
* | Return -1 when connTLSWrite fails to write due to socket being closed (#9222) | gourav | 2021-07-14 | 1 | -1/+1 |
* | Add missing comma in memory/xgroup command help message. (#9210) | Binbin | 2021-07-13 | 2 | -2/+2 |
* | Fail EXEC command in case a watched key is expired (#9194) | perryitay | 2021-07-11 | 4 | -3/+46 |
* | Do not install a file event to send data to rewrite child when parent stop se... | Huang Zhw | 2021-07-11 | 1 | -1/+3 |
* | Add test for ziplist (nextdiff == -4 && reqlen < 4) (#9218) | Binbin | 2021-07-11 | 1 | -0/+54 |
* | Pre-test bind-source-addr before running test. (#9214) | Yossi Gottlieb | 2021-07-11 | 1 | -1/+35 |
* | fix explanation of sha256 (#9220) | Shogo Hayashi | 2021-07-10 | 1 | -1/+1 |
* | Start redis-check-aof/redis-check-rdb only if executable name contains (#9215) | Huang Zhw | 2021-07-09 | 1 | -6/+7 |
* | Direct redis-cli repl prints to stderr, because --rdb can print to stdout. ff... | Mikhail Fesenko | 2021-07-07 | 2 | -8/+25 |
* | Add range check for master port in replicaof. (#9201) | Binbin | 2021-07-06 | 1 | -1/+2 |
* | a little optimization in touchAllWatchedKeysInDb (#9200) | zhaozhao.zz | 2021-07-06 | 1 | -8/+8 |
* | Avoid exiting to allow diskless loading to recover from RDB short read on mod... | Omer Shadmi | 2021-07-06 | 1 | -3/+5 |
* | update issue template, replace IRC with discussions (#9198) | Oran Agra | 2021-07-05 | 1 | -2/+2 |
* | redis-cli: reset dbnum and tx prompt state after RESET (#9096) | uriyage | 2021-07-05 | 1 | -1/+8 |
* | hrandfield and zrandmember with count should return emptyarray when key does ... | Binbin | 2021-07-05 | 5 | -4/+47 |
* | Use accept4 on linux instead of fcntl to make a client socket non-blocking (#... | Oran Agra | 2021-07-05 | 4 | -5/+29 |
* | Query buffer shrinking improvements (#5013) | Oran Agra | 2021-07-05 | 3 | -11/+94 |