summaryrefslogtreecommitdiff
path: root/redis/commands
Commit message (Expand)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-162-0/+23
* 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 support for cluster myshardid (#2704)Anurag Bandyopadhyay2023-05-081-1/+8
* Add WITHSCORES to ZREVRANK Command (#2725)shacharPash2023-04-301-2/+11
* Making search document subscriptable (#2615)Abhishek Kumar Sinha2023-03-151-0/+4
* [types] update return type of smismember to list[int] (#2617)Raymond Yin2023-03-151-2/+7
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-151-5/+9
* 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 support to BF.CARD (#2545)shacharPash2023-01-112-0/+10
* String cleanse (#2548)Jan2023-01-111-0/+1
* add type checking for graph __eq__ (#2531)dvora-h2023-01-083-0/+12
* add str support for set ex parameter (#2529)shacharPash2023-01-051-0/+2
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-021-0/+13
* 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-252-1/+3
* Add TIMEOUT to query class (#2519)shacharPash2022-12-211-0/+8
* Raising NotImplementedError for certain CLUSTER commands (#2504)dvora-h2022-12-141-0/+10
* Combine auto-concatenated strings (#2482)David Gilman2022-12-143-26/+20
* 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 `deprecated` dependency (#2386)Aarni Koskela2022-10-303-14/+10
* Remove default None value from LMPOP (#2438)dvora-h2022-10-301-1/+1
* Fix KeyError in async cluster - initialize before execute multi key commands ...dvora-h2022-10-301-0/+19
* Add to_string method for GeoValue (#2404)Anne Yang2022-10-251-0/+3
* Deprecate `add_doccument` (FT.ADD) (#2425)dvora-h2022-10-241-0/+8
* remove tdigest.add weights (#2408)dvora-h2022-10-062-12/+4
* Fix - aggregation request arguments for LIMIT (#2393)dvora-h2022-09-291-4/+2
* Add support for new TDIGEST features and changes (#2392)dvora-h2022-09-214-30/+68
* Mark `TOPK.COUNT` as deprecated (#2363)dvora-h2022-09-041-0/+3
* change return type of parse_bollean to bool (#2364)dvora-h2022-09-041-1/+1
* Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESE...Chayim2022-08-301-0/+4
* Add BITFIELD_RO (#2340)Alibi2022-08-211-0/+23
* fix tdigest.create (#2348)dvora-h2022-08-211-1/+1
* Add support for WITHSUFFIXTRIE to FT.CREATE (#2324)v4.4.0rc1dvora-h2022-08-041-1/+11
* Add TDIGEST.TRIMMED_MEAN (#2300)Alibi2022-08-042-0/+12
* Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#...dvora-h2022-08-021-1/+15
* Fix async SEARCH pipeline (#2316)dvora-h2022-08-021-1/+1
* change drop to dropindex (#2315)dvora-h2022-08-021-2/+3
* Replace `ensure_future` with `create_task` (#2311)dvora-h2022-08-021-1/+1
* Add support for `TDIGEST.QUANTILE` extensions (#2317)dvora-h2022-08-023-5/+10
* 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
* Add support for async GRAPH module (#2273)dvora-h2022-07-284-135/+525
* Graph - add counters for removed labels and properties (#2292)DvirDukhan2022-07-261-0/+24
* Fix: `start_id` type for `XAUTOCLAIM` (#2257)Антон Безденежных2022-07-241-1/+1
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-242-279/+407