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
path:
root
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up test supoort enterprise environments (#2082)
dvora-h
2022-04-04
1
-0
/
+1
*
Mark tests for redis-stack (#2052)
dvora-h
2022-03-16
1
-0
/
+2
*
Add cluster support for functions (#2016)
dvora-h
2022-03-06
1
-1
/
+2
*
Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)
dvora-h
2022-03-06
1
-1
/
+1
*
redismod cluster docker (#2022)
Chayim
2022-03-01
1
-0
/
+15
*
Add Async Support (#1899)
Andrew Chen Wang
2022-02-22
1
-1
/
+4
*
Add redis5 and redis4 dockers (#1871)
dvora-h
2022-02-03
1
-7
/
+167
*
Fixing volume for unstable_cluster docker (#1914)
dvora-h
2022-01-30
1
-1
/
+1
*
redis-unstable cluster docker (#1889)
Chayim
2022-01-25
1
-0
/
+14
*
OCSP Stapling Support (#1873)
Chayim
2022-01-17
1
-2
/
+2
*
Support for unstable docker (#1842)
Chayim
2021-12-30
1
-0
/
+10
*
Connection examples (#1835)
dvora-h
2021-12-30
1
-2
/
+2
*
OCSP stapling support (#1820)
Chayim
2021-12-26
1
-7
/
+2
*
Removing lots-of-pythons container (#1827)
Chayim
2021-12-23
1
-6
/
+0
*
Support for password-encrypted SSL private keys (#1782)
Chayim
2021-12-16
1
-9
/
+18
*
Locking latest tag for pythons docker (#1769)
Chayim
2021-12-02
1
-1
/
+1
*
Integrate RedisBloom support (#1683)
Avital Fine
2021-12-01
1
-0
/
+1
*
Adding RedisGraph support (#1673)
Avital Fine
2021-11-30
1
-1
/
+2
*
Added black and isort (#1734)
Anas
2021-11-30
1
-1
/
+11
*
Updating cluster docker location (#1760)
Chayim
2021-11-30
1
-1
/
+1
*
Pyupgrade + flynt + f-strings (#1759)
Aarni Koskela
2021-11-30
1
-1
/
+2
*
Fixing deprecating distutils (PEP 632) (#1730)
Chayim
2021-11-25
1
-1
/
+1
*
Splitting documentation for read the docs (#1743)
Chayim
2021-11-25
1
-2
/
+9
*
Fixing COMMAND GETKEYS tests (#1750)
Chayim
2021-11-25
1
-2
/
+2
*
Adding RedisCluster client to support Redis Cluster Mode (#1660)
Bar Shaul
2021-11-25
1
-2
/
+24
*
Re-enabling read-the-docs (#1707)
Chayim
2021-11-14
1
-1
/
+2
*
Re-enable pipeline support for JSON and TimeSeries (#1674)
Chayim
2021-11-09
1
-2
/
+9
*
Improved JSON accuracy (#1666)
Chayim
2021-11-02
1
-1
/
+3
*
Adding vulture for static analysis (#1655)
Chayim
2021-10-28
1
-18
/
+11
*
re-enabling codecov as part of CI process (#1646)
Chayim
2021-10-26
1
-1
/
+1
*
Adding support for redisearch (#1640)
Chayim
2021-10-25
1
-1
/
+1
*
redisjson support (#1636)
Chayim
2021-10-25
1
-13
/
+15
*
tox integrations with invoke and docker (#1632)
Chayim
2021-10-21
1
-30
/
+108
*
changing unit tests to account for defaults in redis flags (#1499)
Chayim
2021-07-15
1
-1
/
+1
*
use github actions instead of travis-CI
Roey Prat
2021-06-30
1
-2
/
+1
*
Remove support for end-of-life Python 2.7 (#1318)
Jon Dufresne
2020-08-06
1
-2
/
+1
*
run the codecov env by default and disable when running outside Travis
Andy McCurdy
2020-07-20
1
-1
/
+1
*
add the covreport env to the list of default envs tox runs
Andy McCurdy
2020-07-20
1
-1
/
+1
*
Remove unnecessary pytest-cov dep
Andrew Brookins
2020-07-17
1
-2
/
+5
*
Go back to "merge" -- -a failed
Andrew Brookins
2020-07-17
1
-1
/
+2
*
Use the -a flag instead of "combine"
Andrew Brookins
2020-07-17
1
-2
/
+1
*
Attempt to combine coverage files
Andrew Brookins
2020-07-17
1
-1
/
+3
*
Try running codecov from tox
Andrew Brookins
2020-07-17
1
-1
/
+15
*
remove unnecessary tox environments
Andy McCurdy
2020-07-15
1
-1
/
+1
*
Move test Dockerfile into root, use COPY
Andrew Brookins
2020-07-14
1
-0
/
+3
*
Second try to add pypy and pypy3 to test runs
Andrew Brookins
2020-07-14
1
-1
/
+1
*
Improvements based on review feedback:
Andrew Brookins
2020-07-13
1
-0
/
+12
*
Switch to flake8 for static code analysis (#1328)
Jon Dufresne
2020-04-16
1
-4
/
+4
*
Enable BytesWarning during test and fix discovered case (#1322)
Jon Dufresne
2020-04-13
1
-1
/
+1
*
Add testing and support for PyPy
Jon Dufresne
2020-04-04
1
-1
/
+1
[next]