summaryrefslogtreecommitdiff
path: root/redis/commands/core.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `xadd` allow non negative maxlen (#2739)Seongchuel Ahn2023-05-081-2/+2
* Add client no-touch (#2745)Seongchuel Ahn2023-05-081-0/+11
* Add WITHSCORES to ZREVRANK Command (#2725)shacharPash2023-04-301-2/+11
* [types] update return type of smismember to list[int] (#2617)Raymond Yin2023-03-151-2/+7
* Fix for `lpop` and `rpop` return typing (#2590)Galtozzy2023-02-151-2/+10
* Add missing `Union` type in method `StreamCommands.xclaim()` (#2553)David Pacsuta2023-01-221-1/+1
* add str support for set ex parameter (#2529)shacharPash2023-01-051-0/+2
* Support for resetchannels since Redis 6.2.0 (#2514)stitch2022-12-261-0/+10
* Allow EVAL_RO and EVALSHA_RO to be routed to read replica (#2494)Dongkeun Lee2022-12-251-1/+1
* Combine auto-concatenated strings (#2482)David Gilman2022-12-141-24/+18
* Add support for certain LATENCY commands (#2503)dvora-h2022-12-141-0/+24
* Intentional NotImplementedError for LATENCY commands that should not be in cl...Chayim2022-12-121-0/+28
* Wrong number of arguments for `geosearch` command (#2464)dvora-h2022-12-011-1/+1
* Enable AsyncIO cluster mode lock (#2446)Milhan2022-11-091-2/+10
* Remove default None value from LMPOP (#2438)dvora-h2022-10-301-1/+1
* Add BITFIELD_RO (#2340)Alibi2022-08-211-0/+23
* Fix timezone handling for datetime to unixtime conversions (#2213)joe2022-08-021-12/+6
* Fix typing on smembers command (#2312)Agustin Marquez2022-07-311-1/+2
* Fix: `start_id` type for `XAUTOCLAIM` (#2257)Антон Безденежных2022-07-241-1/+1
* docs: Fix a few typos (#2274)Tim Gates2022-07-241-1/+1
* Docs: Add a note about client_setname and client_name difference (#2247)Paweł Srokosz2022-06-231-0/+6
* SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150)dvora-h2022-06-011-6/+37
* Add default None for maxlen at xtrim command (#2188)mfgnik2022-05-311-1/+4
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-107/+24
* fix: changed list type to single element type (#2203)Oleg A2022-05-301-7/+7
* fix incorrect test (#2177)Avital Fine2022-05-161-3/+5
* Add support for COMMAND LIST (#2149)dvora-h2022-05-081-0/+28
* ACL SETUSER - add selectors and key based permissions (#2161)dvora-h2022-05-031-4/+28
* Add support for redis 7 streams features (#2157)dvora-h2022-05-031-1/+9
* Implemented LATENCY HISTOGRAM by always throwing NotImplementedError (#2147)dvora-h2022-05-021-0/+9
* Update xtrim type annotation (#2093)Rich Li2022-04-281-1/+1
* Fix incorrect return statement in auth (#2086) (#2092)Kamyab Taghizadeh2022-04-281-3/+5
* Add support for MODULE LOADEX (#2146)dvora-h2022-04-271-0/+21
* INFO - add support for taking multiple section arguments (#2145)dvora-h2022-04-271-2/+4
* support set multi parameters (#2143)dvora-h2022-04-271-2/+8
* support get multi parameters (#2142)dvora-h2022-04-271-2/+4
* Add support for COMMAND GETKEYSANDFLAGS (#2141)dvora-h2022-04-271-0/+8
* Update FUNCTION LOAD changes (#2139)dvora-h2022-04-271-14/+6
* Fix typing in getex command (#2088)Andrew Chen Wang2022-04-181-1/+1
* Cluster commands linkdocs (#2069)Binbin2022-04-041-258/+258
* Add support for BIT|BYTE option (#2068)dvora-h2022-04-041-0/+7
* commands/core.py: Clarify bit type (#2078)Dustin Oprea2022-04-041-2/+2
* Add support for SORT_RO (#1858)dvora-h2022-03-141-0/+33
* Add support for PEXPIREAT's options (#2027)dogukanteber2022-03-141-5/+28
* Add support for PEXPIRE command's option (#2026)dogukanteber2022-03-141-5/+29
* Add support for EXPIREAT command's options (#2024)dogukanteber2022-03-141-4/+30
* Add support for EXPIRE command's options (#2002)dogukanteber2022-03-141-4/+30
* Add support for PEXPIRETIME (#1861)dvora-h2022-03-071-0/+9
* Add support for EXPIRETIME (#1860)dvora-h2022-03-071-0/+9
* Implemented COMMAND DOCS by always throwing NotImplementedError (#2020)dvora-h2022-03-071-0/+9