summaryrefslogtreecommitdiff
path: root/redis
Commit message (Collapse)AuthorAgeFilesLines
* merging masterck-linkdocsChayim I. Kirshen2021-11-2917-230/+4262
|\
| * Removing duplication of Script class (#1751)Chayim2021-11-251-36/+0
| |
| * Fixing deprecating distutils (PEP 632) (#1730)Chayim2021-11-251-5/+5
| |
| * 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-254-10/+22
| |
| * COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+3
| |
| * Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-2511-46/+3459
| | | | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
| * 4.1.0rc1 (#1742)Chayim2021-11-251-1/+1
| |
| * Adding links to redis documents in function calls (#1719)v4.0.24.0Carlosbogo2021-11-211-79/+683
| |
| * fix: adding sentinelcommands to redis client (#1723)Sam Culley2021-11-211-2/+3
| | | | | | Co-authored-by: Sam Culley <sam.culley@novatiq.com>
| * Better removal of hiredis warning (#1726)Alex Wu2021-11-212-5/+1
| | | | | | Co-authored-by: Alex Wu <alex@anyscale.com>
| * Removing command on initial connections (#1722)v4.0.1Chayim2021-11-172-31/+0
| |
| * removing hiredis warning (#1721)Chayim2021-11-172-6/+1
| |
| * 4.0.0 (#1708)v4.0.0Chayim2021-11-151-1/+3
| | | | | | * 4.0.0
* | adding links to all available external commandsChayim I. Kirshen2021-11-153-101/+196
| |
* | flake8ck-4.0.0Chayim I. Kirshen2021-11-141-0/+2
| |
* | 4.0.0Chayim I. Kirshen2021-11-141-1/+1
|/
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+4
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-145-44/+44
|
* Improve documentation about Lock (#1701)Jeremy Mayeres2021-11-141-4/+4
|
* 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
|
* Docstring improvements for Redis class (#1675)Chayim2021-11-091-2/+4
|
* 4.0.0 rc2 versioning (#1677)Chayim2021-11-091-1/+1
|
* Removing dependency on six (#1676)Chayim2021-11-098-36/+17
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-094-8/+110
|
* Export Sentinel, and SSL like other classes (#1671)Terence Honles2021-11-082-1/+13
|
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-14/+48
|
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-081-3/+6
|
* rc1 (#1668)Chayim2021-11-041-1/+1
|
* 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
|
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-1/+2
|
* Adding vulture for static analysis (#1655)Chayim2021-10-282-6/+0
| | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs.
* redis timeseries support (#1652)Chayim2021-10-287-5/+996
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-264-7/+19
| | | | 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.
* Fixing the package to include commands (#1649)v4.0.0b3Chayim2021-10-261-1/+1
| | | | | * Fixing the package to include commands. Fixes #1645
* beta2 version and CHANGES update (#1643)v4.0.0b2Chayim2021-10-261-1/+1
|
* sentinel: Add SentinelManagedSSLConnection (#1419)AbdealiJK2021-10-251-1/+5
| | | | | | | Create a simple class which takes in both: - SentinelManaged - SSLConnection in cases where the sentinel is being used with a TLS enabled redis setup.
* Adding support for redisearch (#1640)Chayim2021-10-2513-0/+2376
|
* redisjson support (#1636)Chayim2021-10-2510-123/+526
|
* Pre 6.2 redis should default to None for script flush (#1641)Chayim2021-10-251-5/+11
|
* Add FULL option to XINFO SUMMARY (#1638)Agustin Marquez2021-10-252-9/+25
|
* Enable floating parameters in SET (ex and px) (#1635)Avital Fine2021-10-211-2/+8
|
* Add warning when hiredis not installed. Recommend installation. (#1621)adiamzn2021-10-191-0/+3
|
* Removing packaging dependency (#1626)Chayim2021-10-191-5/+5
|
* Add support to consumername in `xpending_range` (#1602)Avital Fine2021-10-191-4/+10
|