index
:
delta/python-packages/redis-py.git
2.4
3.0
4.0
4.1
4.3
4.3.7
4.3.original
4.4
4.5
5.0
AddJsonCommands
AsyncCommandsTests
Pipeline
ROLE
SupportJSON.MSET
acl
acl-log
bitfield
case-insensitive-callbacks
ck-4.0.0
ck-4.1.0rc1
ck-asyncio
ck-binary-responses
ck-breaking-icon
ck-bump-rc1
ck-changes
ck-ciparallels
ck-client-killuser
ck-customjson-decodertest
ck-distuils-deprecation
ck-docgen-startkit
ck-docminors
ck-fixjson
ck-fixpypy-release
ck-helpers
ck-installpkg
ck-json-multipath
ck-jsonalign
ck-jsonts-pipelines
ck-linkdocs
ck-parseprep
ck-patch-changes
ck-plats
ck-publish-from-release
ck-releasedrafter
ck-sentinel-commands
ck-service
ck-smismember
ck-ssl-cert-passwords
ck-syncreqs
ck-template
ck-unstable-cluster
ck-updating-changes
ck440
cluster-fixes
connection-example
dont-short-circuit-execute-when-watching
emb-examples
error_defaults
healty_connections
jdufresne-pypy
lock-owned
logging
master
migrate
monitor
nonblocking
noreadmesudo
optional-encoding
ping-health-checks
pr/1040
pubsub
pypytest
pytest
rafi-connargs1
redis-version-dockers
remove_token
roey-changelog_ssl
roey-stale_issues
roey-vamc19_modules
roey/6_0_8
roey/github-actions
roey/redis_6_0_7
roey/slowlog_get_fields
sentinel-1345
sentinel_pool_fix
smismemberReturnedValue
ssl-py27-fix
threadsafe-pools
v3-breaking-changes
watch
github.com: andymccurdy/redis-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added breaking icon to release drafter (#1702)
Chayim
2021-11-14
2
-1
/
+24
*
|
Fixes to allow --redis-url to pass through all tests (#1700)
Chayim
2021-11-11
6
-16
/
+97
*
|
Restoring ZRANGE desc for Redis < 6.2.0 (#1697)
Avital Fine
2021-11-11
2
-0
/
+8
*
|
Fix unit tests running against Redis 4.0.0 (#1699)
Avital Fine
2021-11-11
1
-5
/
+5
|
/
*
Unit test fixes to carry pytest options through all tests (#1696)
Chayim
2021-11-10
7
-22
/
+36
*
[TEST] search alias test (#1695)
Ariel Shtul
2021-11-10
1
-17
/
+4
*
Response parsing occasionally fails to parse floats (#1692)
Chayim
2021-11-10
2
-1
/
+53
*
Adding RediSearch/RedisJSON tests (#1691)
Ariel Shtul
2021-11-10
1
-0
/
+99
*
Updating codecov rules (#1689)
Chayim
2021-11-10
1
-0
/
+4
*
Test to validate custom JSON decoders (#1681)
Chayim
2021-11-10
2
-0
/
+18
*
Tests to validate built python packages (#1678)
v4.0.0rc2
Chayim
2021-11-09
4
-42
/
+88
*
Sleep for flaky search test (#1680)
Chayim
2021-11-09
1
-0
/
+4
*
Test function renames, to match standards (#1679)
Chayim
2021-11-09
1
-20
/
+20
*
Docstring improvements for Redis class (#1675)
Chayim
2021-11-09
1
-2
/
+4
*
4.0.0 rc2 versioning (#1677)
Chayim
2021-11-09
1
-1
/
+1
*
Removing dependency on six (#1676)
Chayim
2021-11-09
8
-36
/
+17
*
Re-enable pipeline support for JSON and TimeSeries (#1674)
Chayim
2021-11-09
7
-38
/
+154
*
Export Sentinel, and SSL like other classes (#1671)
Terence Honles
2021-11-08
3
-2
/
+26
*
Fix georadius tests (#1672)
Avital Fine
2021-11-08
1
-1
/
+7
*
Restore zrange functionality for older versions of Redis (#1670)
Avital Fine
2021-11-08
2
-15
/
+49
*
Fix garbage collection deadlock (#1578)
Eugene Morozov
2021-11-08
3
-3
/
+19
*
rc1 (#1668)
Chayim
2021-11-04
1
-1
/
+1
*
publish to pypi as releases are generated with the release drafter (#1647)
v4.0.0rc1
Chayim
2021-11-04
1
-0
/
+31
*
Support for json multipath ($) (#1663)
Chayim
2021-11-04
8
-74
/
+1823
*
SMISMEMBER support (#1667)
Chayim
2021-11-03
2
-0
/
+15
*
Improved JSON accuracy (#1666)
Chayim
2021-11-02
9
-76
/
+165
*
Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)
Anas
2021-11-02
2
-13
/
+14
*
Adding vulture for static analysis (#1655)
Chayim
2021-10-28
6
-26
/
+26
*
starting to clean the docs (#1657)
Chayim
2021-10-28
2
-179
/
+171
*
redis timeseries support (#1652)
Chayim
2021-10-28
9
-5
/
+1590
*
Update badges in README.md (#1654)
Guy Korland
2021-10-28
1
-3
/
+4
*
Add python_requires setuptools check for python > 3.6 (#1656)
Nicusor Picatureanu
2021-10-27
1
-0
/
+1
*
restore actions to prs (#1653)
Chayim
2021-10-26
1
-0
/
+3
*
Adding description format for package (#1651)
Chayim
2021-10-26
1
-0
/
+1
*
Exposing the module version in loaded_modules (#1648)
Chayim
2021-10-26
5
-8
/
+20
*
Fixing the package to include commands (#1649)
v4.0.0b3
Chayim
2021-10-26
4
-112
/
+124
*
re-enabling codecov as part of CI process (#1646)
Chayim
2021-10-26
4
-7
/
+9
*
beta2 version and CHANGES update (#1643)
v4.0.0b2
Chayim
2021-10-26
2
-1
/
+8
*
Convert README & CONTRIBUTING from rst to md (#1633)
David
2021-10-26
4
-1107
/
+1138
*
sentinel: Add SentinelManagedSSLConnection (#1419)
AbdealiJK
2021-10-25
1
-1
/
+5
*
Adding support for redisearch (#1640)
Chayim
2021-10-25
20
-30
/
+8494
*
redisjson support (#1636)
Chayim
2021-10-25
29
-244
/
+855
*
Pre 6.2 redis should default to None for script flush (#1641)
Chayim
2021-10-25
2
-5
/
+15
*
Add FULL option to XINFO SUMMARY (#1638)
Agustin Marquez
2021-10-25
3
-9
/
+37
*
Enable floating parameters in SET (ex and px) (#1635)
Avital Fine
2021-10-21
2
-2
/
+12
*
Test BYLEX param in zrangestore (#1634)
Avital Fine
2021-10-21
1
-5
/
+6
*
tox integrations with invoke and docker (#1632)
Chayim
2021-10-21
12
-95
/
+256
*
geosearch test should use any=True (#1594)
Andrew Chen Wang
2021-10-20
1
-2
/
+3
*
Add warning when hiredis not installed. Recommend installation. (#1621)
adiamzn
2021-10-19
1
-0
/
+3
*
Removing packaging dependency (#1626)
Chayim
2021-10-19
2
-9
/
+9
[prev]
[next]