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
/
redis
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use hiredis::pack_command to serialized the commands. (#2570)
Sergey Prokazov
2023-02-06
1
-0
/
+2
*
Remove `deprecated` dependency (#2386)
Aarni Koskela
2022-10-30
1
-0
/
+28
*
Support Hiredis >= 1.x only (remove `packaging` dependency) (#2385)
Aarni Koskela
2022-09-28
1
-1
/
+2
*
async_cluster: add/update typing (#2195)
Utkarsh Gupta
2022-05-30
1
-2
/
+3
*
Add cluster support for scripting (#1937)
Jake Barnwell
2022-02-22
1
-1
/
+1
*
OCSP stapling support (#1820)
Chayim
2021-12-26
1
-0
/
+7
*
Added black and isort (#1734)
Anas
2021-11-30
1
-4
/
+3
*
Adding RedisCluster client to support Redis Cluster Mode (#1660)
Bar Shaul
2021-11-25
1
-0
/
+36
*
fix: Align from_url in utils.py to remove DB as a 2nd param
Tom King
2020-08-17
1
-2
/
+2
*
Remove support for end-of-life Python 2.7 (#1318)
Jon Dufresne
2020-08-06
1
-5
/
+10
*
Switch to flake8 for static code analysis (#1328)
Jon Dufresne
2020-04-16
1
-1
/
+1
*
restore default Lock token storage, add toggle to make it thread-local
wil paredes
2014-06-06
1
-0
/
+7
*
Move import statement on top for PEP8 compliancy.
Nicola Miotto
2013-11-13
1
-1
/
+3
*
Add utility for pipelining within 'with' statement.
sirnicolaz
2013-08-17
1
-0
/
+8
*
encoding tests
andy
2013-06-06
1
-2
/
+8
*
Format code per pep8 guidelines
Paul Belanger
2013-03-30
1
-0
/
+1
*
Merge remote-tracking branch 'jparise/cls-from_url'
andy
2012-08-14
1
-24
/
+2
|
\
|
*
Improved `from_url()` support.
Jon Parise
2012-07-06
1
-24
/
+2
*
|
Fixed Python 3.2+ compatibility
Alex Grönholm
2012-08-07
1
-3
/
+2
*
|
Cleaned up code for PEP 8 compliance
Alex Grönholm
2012-08-06
1
-1
/
+2
|
/
*
assert url.scheme
Kenneth Reitz
2012-05-18
1
-1
/
+5
*
redis.from_url
Kenneth Reitz
2012-05-18
1
-0
/
+27