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
/
tests
/
test_asyncio
/
test_pubsub.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: replace async_timeout by asyncio.timeout (#2602)
Mehdi ABAAKOUK
2023-03-16
1
-9
/
+13
*
replase get_event_loop wite get_running_loop (#2530)
dvora-h
2023-01-05
1
-6
/
+6
*
Combine auto-concatenated strings (#2482)
David Gilman
2022-12-14
1
-1
/
+1
*
Simplify async timeouts and allowing `timeout=None` in `PubSub.get_message()...
v4.4.0rc2
Kristján Valur Jónsson
2022-09-29
1
-1
/
+1
*
Dev/no can read (#2360)
Kristján Valur Jónsson
2022-09-29
1
-1
/
+1
*
Add `nowait` flag to `asyncio.Connection.disconnect()` (#2356)
Kristján Valur Jónsson
2022-09-29
1
-30
/
+43
*
Catch `Exception` and not `BaseException` in the `Connection` (#2104)
Kristján Valur Jónsson
2022-09-29
1
-0
/
+74
*
automatically reconnect pubsub when reading messages in blocking mode (#2281)
Kristján Valur Jónsson
2022-07-27
1
-1
/
+129
*
Drop python 3.6 support (#2306)
dvora-h
2022-07-27
1
-8
/
+1
*
Fix warnings and resource usage problems in asyncio unittests (#2258)
Kristján Valur Jónsson
2022-07-26
1
-61
/
+83
*
update black to 22.3.0 (#2171)
Utkarsh Gupta
2022-05-30
1
-3
/
+1
*
Add unittest for PubSub.connect() (#2167)
Kristján Valur Jónsson
2022-05-08
1
-0
/
+82
*
Async Connection: Allow `PubSub.run()` without previous `subscribe()` (#2148)
Kristján Valur Jónsson
2022-05-02
1
-0
/
+33
*
Add Async Support (#1899)
Andrew Chen Wang
2022-02-22
1
-0
/
+660