summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* Add support for AUTH (#1929)dogukanteber2022-03-022-6/+9
* Add async typing support to commands' returns (#2010)Andrew Chen Wang2022-03-011-57/+94
* Fix asyncio retry.py typing (#2011)Andrew Chen Wang2022-03-011-2/+2
* Fix typo in comment (#2025)Eddie Darling2022-03-011-1/+1
* Implement locks for RedisCluster (#2013)Jake Barnwell2022-03-014-4/+77
* Add AsyncFunctionCommands (#2009)Andrew Chen Wang2022-02-241-12/+22
* Add cluster support for scripting (#1937)Jake Barnwell2022-02-225-21/+150
* Catch OSError in BlockingConnectionPool.get_connection (#2001)Éric Lemoine2022-02-221-1/+1
* Add support for Redis 7 functions (#1998)dvora-h2022-02-223-2/+139
* FixingElevated CPU utilization on one node when using RedisCluster pipeline (...Mike Shchurov2022-02-221-5/+3
* Add Async Support (#1899)Andrew Chen Wang2022-02-2214-621/+5189
* Fixing type annotation for EXPLAIN (#1997)Sebastian Rittau2022-02-171-1/+1
* Add support for ACL DRYRUN (#1992)dogukanteber2022-02-161-0/+8
* Adding ExecutionPlan support for graph (#1993)Chayim2022-02-162-21/+239
* docs: fix the wrong link to watch command (#1984)Jason Huang2022-02-151-1/+1
* Vector similarity search support (#1986)Chayim2022-02-151-7/+35
* Fix flushdb and flushall (#1926)Meir Shpilraien (Spielrein)2022-02-071-2/+8
* add support for lcs (#1924)dvora-h2022-02-061-0/+29
* Add type hints for JSON commands (#1921)dvora-h2022-02-062-24/+86
* Throw NotImplementedError for HELLO (#1912)dvora-h2022-02-061-0/+9
* Throw NotImplementedError for FAILOVER (#1911)dvora-h2022-02-061-0/+9
* Throw NotImplementedError for AUTH (#1910)dvora-h2022-02-061-0/+9
* Add support for ZMPOP (#1923)dvora-h2022-02-061-0/+25
* Add type hints for set commands (#1918)dvora-h2022-02-031-15/+19
* Add type hints for hash commands (#1919)dvora-h2022-02-031-14/+20
* Add type hints for list commands (#1917)dvora-h2022-02-031-30/+39
* Add support for BLMPOP (#1849)dvora-h2022-02-021-0/+21
* Add support for LMPOP (#1843)dvora-h2022-02-021-0/+19
* Add support for SINTERCARD (#1859)dvora-h2022-02-021-0/+13
* Fix naming conventions (#1872)dvora-h2022-02-0212-127/+127
* Add support for EVALSHA_RO (#1863)dvora-h2022-02-021-2/+20
* Add support for EVAL_RO (#1862)dvora-h2022-02-021-2/+19
* Add support for ZINTERCARD (#1857)dvora-h2022-02-021-0/+13
* add client no-evict (#1856)dvora-h2022-02-021-0/+8
* Add support for BZMPOP (#1851)dvora-h2022-02-021-0/+33
* Raising ConnectionError on invalid ocsp certificates - with status informatio...Chayim2022-01-271-2/+7
* Fixing LMOVE, BLMOVE returning an incorrect response (#1906)Varun Chopra2022-01-271-2/+2
* Fixing AttributeError on some connection errors (#1905)Chayim2022-01-261-4/+7
* Fixing AttributeError in UnixDomainSocketConnection (#1903)dvora-h2022-01-261-5/+12
* Fixing TypeError in GraphCommands.explain (#1901)dvora-h2022-01-261-0/+2
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-252-3/+9
* Add retries to connections in Sentinel Pools (#1879)Jonathan Dieter2022-01-171-1/+7
* OCSP Stapling Support (#1873)Chayim2022-01-173-16/+212
* Define incr/decr as aliases of incrby/decrby (#1874)Ori Avtalion2022-01-161-22/+4
* Triple quote docstrings in client.py PEP 257 (#1876)Andrew Chen Wang2022-01-121-22/+19
* get_connection: catch OSError too (#1832)Iñaki Ucar2022-01-101-1/+1
* Set keys var otherwise variable not created (#1853)Andrew Chen Wang2022-01-101-2/+1
* Clusters should optionally require full slot coverage (#1845)Bar Shaul2022-01-101-63/+12
* Typo and typing in GraphCommands documentation (#1855)Andrew Chen Wang2022-01-101-2/+2
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ...Avital Fine2022-01-101-20/+58