summaryrefslogtreecommitdiff
path: root/redis/commands
Commit message (Collapse)AuthorAgeFilesLines
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-221-0/+7
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+98
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-221-3/+15
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-211-0/+51
|\ | | | | JSON set_file and set_path support
| * fixing PR commentsdvora-h2021-12-211-6/+13
| |
| * fixing tests and lintdvora-h2021-12-201-14/+19
| |
| * add set_file and set_pathdvora-h2021-12-191-0/+39
| |
* | Support SYNC and PSYNC (#1741)Avital Fine2021-12-151-0/+25
| | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* | Fix link in lmove docstring (#1793)Akuli2021-12-151-1/+1
|/
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-092-1/+7
|
* Adding ROLE Command (#1610)Avital Fine2021-12-021-1/+15
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Aggregation loadall (#1735)Avital Fine2021-12-021-3/+11
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Integrate RedisBloom support (#1683)Avital Fine2021-12-014-0/+823
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-013-719/+237
|
* Remove unused aggregation subclasses (#1754)Avital Fine2021-12-011-77/+27
|
* Adding RedisGraph support (#1673)Avital Fine2021-11-309-0/+1020
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Added black and isort (#1734)Anas2021-11-3021-1092/+1329
|
* Link Documents for all module commands (#1711)Chayim2021-11-303-86/+180
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-3017-96/+86
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Splitting documentation for read the docs (#1743)Chayim2021-11-251-30/+30
|
* Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-252-6/+88
|
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-6/+0
|
* Adding support for non-decodable commands (#1731)Chayim2021-11-251-1/+4
|
* COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+3
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-254-34/+1173
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* Adding links to redis documents in function calls (#1719)v4.0.24.0Carlosbogo2021-11-211-79/+683
|
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-13/+0
|
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+4
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-144-23/+24
|
* Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-111-0/+7
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-101-1/+4
|
* Removing dependency on six (#1676)Chayim2021-11-098-36/+17
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-094-8/+110
|
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-14/+48
|
* Support for json multipath ($) (#1663)Chayim2021-11-045-56/+88
|
* SMISMEMBER support (#1667)Chayim2021-11-031-0/+8
|
* Improved JSON accuracy (#1666)Chayim2021-11-025-48/+78
|
* redis timeseries support (#1652)Chayim2021-10-287-5/+996
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-263-6/+17
| | | | This is useful for the case where one wants to instantiate a module, knowing the back end version. The reason: behaviour may differ based on redis module versions.
* Adding support for redisearch (#1640)Chayim2021-10-2513-0/+2376
|
* redisjson support (#1636)Chayim2021-10-259-0/+3876