Miguel Grinberg
|
1c30ff0642
|
Retry initial Redis connection (Fixes #1534)
|
7 months ago |
Miguel Grinberg
|
6e2d0de12b
|
Restore support for rediss:// URLs, and add valkeys://
|
8 months ago |
Darren Chang
|
a8deb3a8f3
|
Add support for unix-sock protocol (#1503)
|
8 months ago |
Miguel Grinberg
|
53f6be0942
|
Replace pickle with json (#1502)
|
8 months ago |
phi-friday
|
36a89226a2
|
Add support for valkey in the Redis client managers (#1488)
|
8 months ago |
Eugnee
|
b01b197df1
|
redis manager, verbose error logging (#1479)
|
10 months ago |
Eugnee
|
efd1247ed9
|
channel was not properly initialized in several pubsub client managers (#1476)
|
11 months ago |
Miguel Grinberg
|
6a52e8b502
|
Add support for Redis Sentinel (#1448)
* Add support for Redis Sentinel
* more unit tests
|
1 year ago |
Miguel Grinberg
|
ef0f88f6cf
|
Internal code restructure (no functional changes)
|
3 years ago |
Miguel Grinberg
|
98318fbdde
|
Correct handling of RedisError exception (Fixes #919)
|
4 years ago |
Miguel Grinberg
|
0e7691b776
|
Use new asyncio support in redis package (Fixes #911)
|
4 years ago |
Miguel Grinberg
|
e8fff07b36
|
Configure Redis pubsub to skip subscription messages
|
5 years ago |
Sam Mosleh
|
f245191d86
|
Migrate async Redis client manager to aioredis 2.x (Fixes #771)
|
5 years ago |
Miguel Grinberg
|
98c7ac23f2
|
Improved project structure
|
5 years ago |
Ed Serzo
|
54180987cd
|
Reset message queue sleep timer upon reconnect
|
5 years ago |
Arpit Jain
|
c809774c3e
|
Fix typos in the manual (#599)
|
6 years ago |
Dylan Anthony
|
0b25ff42b8
|
Added rediss:// URL scheme to AsyncRedisManager (#319)
* Added rediss:// URL scheme to AsyncRedisManager
* Obeyed flake8
|
7 years ago |
Kelly Truesdale
|
da7cb86330
|
Logging improvements for write-only connections (#197)
* Make logger a property of BaseManager, configurable separately from server for write-only situations.
* Shorten line lengths for recent changes.
|
8 years ago |
Miguel Grinberg
|
af13ef067c
|
Recoonect to redis when connection is lost
Fixes #143
|
9 years ago |
Miguel Grinberg
|
af81132610
|
pass redis password in the URL
|
9 years ago |
larry.liu
|
8cf035fb3a
|
redis pub/sub support set password (#116)
|
9 years ago |
Miguel Grinberg
|
ce44133acd
|
redis message queue for asyncio
|
9 years ago |