summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow to override OPENSSL_PREFIX (#9567)Yunier Pérez2021-09-301-6/+10
* Modules: add RM_LoadDataTypeFromStringEncver (#9537)Hanna Fadida2021-09-302-4/+14
* adding missing error check for fstat (#9532)Wen Hui2021-09-281-6/+13
* Use __common__ attribute in redismodule.h for Clang C builds (#9541)Ozan Tezcan2021-09-271-1/+1
* Fix stream sanitization for non-int first value (#9553)Oran Agra2021-09-261-1/+1
* Client eviction ci issues (#9549)yoav-steinberg2021-09-265-10/+34
* Fix obtain the AOF file length error when load AOF (#9510)chenyang80942021-09-261-1/+1
* Fix crash due to free() call for a string literal in redis-benchmark (#9546)Ozan Tezcan2021-09-241-1/+2
* Use dictGetFairRandomKey() for HRANDFIELD,SRANDMEMBER,ZRANDMEMBER (#9538)sundb2021-09-243-3/+3
* Minor optimize getMaxmemoryState, when server.maxmemory is not set (#9533)Huang Zhw2021-09-231-10/+7
* Add RM_TrimStringAllocation(). (#9540)Yossi Gottlieb2021-09-232-2/+48
* Client eviction (#8687)yoav-steinberg2021-09-2313-125/+497
* Adding ACL support for modules (#9309)YaacovHazan2021-09-237-75/+233
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-236-82/+263
* Fix redis-check-rdb rdb_type_string initialization error (#9534)chenyang80942021-09-221-1/+1
* Add const for relevant method parameters in redis-benchmark (#9516)Wen Hui2021-09-201-2/+2
* replace redis-trib to redis-cli since it is no longer available (#9525)郭伟光2021-09-201-3/+3
* CLIENT LIST / INFO show resp version (#9508)Wen Hui2021-09-191-2/+3
* Adds limit to SINTERCARD/ZINTERCARD. (#9425)Binbin2021-09-165-8/+91
* createSharedObjects: zopomin and zpopmax apeear twice (#9505)guybe72021-09-151-2/+0
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-1510-75/+30
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-157-373/+1389
* Added URI support to redis-benchmark (cli and benchmark share the same uri-pa...filipe oliveira2021-09-144-191/+216
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-146-22/+331
* PSYNC2: make partial sync possible after master reboot (#8015)zhaozhao.zz2021-09-134-20/+60
* bitpos/bitcount add bit index (#9324)Huang Zhw2021-09-121-24/+107
* TLS build fix on OpenBSD when built with LibreSSL. (#9486)David CARLIER2021-09-111-1/+2
* init client pause value in more appropriate place (#9479)zhaozhao.zz2021-09-101-5/+2
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-0918-429/+635
* Remove redundant validation and prevent duplicate users during ACL load (#9330)Madelyn Olson2021-09-091-44/+52
* Add make test-cluster option (#9478)yancz20002021-09-091-0/+3
* Fix: client pause uses an old timeout (#9477)yvette9032021-09-092-0/+5
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-098-91/+309
* Add INFO total_active_defrag_time and current_active_defrag_time (#9377)Huang Zhw2021-09-093-0/+20
* Delay to discard cached master when full synchronization (#9398)Wang Yuan2021-09-091-13/+18
* Fix callReplyParseCollection memleak when use AutoMemory (#9446)chenyang80942021-09-091-1/+1
* Add stdlib.h for RedisModule_Assert (#9470)chenyang80942021-09-081-0/+1
* Fix wrong offset when replica pause (#9448)zhaozhao.zz2021-09-083-9/+24
* Optimize quicklistIndex to seek from the nearest end (#9454)Viktor Söderqvist2021-09-062-17/+24
* Fix two minor bugs (MIGRATE key args and getKeysUsingCommandTable) (#9455)guybe72021-09-022-2/+1
* Fix the timing of read and write events under kqueue (#9416)sundb2021-09-021-7/+55
* Slot-to-keys using dict entry metadata (#9356)Viktor Söderqvist2021-08-309-185/+191
* Use sync_file_range to optimize fsync if possible (#9409)Wang Yuan2021-08-303-11/+45
* Better error handling for updateClientOutputBufferLimit. (#9308)Binbin2021-08-291-63/+60
* redis-benchmark: improved help and warnings (#9419)Viktor Söderqvist2021-08-291-18/+39
* redis-benchmark: make show throughput in only one thread. (#9146)Huang Zhw2021-08-251-9/+12
* Fix boundary problem of adjusting open files limit. (#5722)Garen Chan2021-08-241-1/+4
* config memory limits: handle values larger than (signed) LLONG_MAX (#9313)Wen Hui2021-08-233-54/+78
* redis-cli: Assert > 0 before dividing, to silence warning by tool (#9396)Viktor Söderqvist2021-08-221-1/+2
* BITSET and BITFIELD SET only propagate command when the value changed. (#9403)Binbin2021-08-221-12/+27