Skip to content

Commit 09aa7dc

Browse files
Revert "adds AioRedisHealthProvider"
This reverts commit 056c552.
1 parent 056c552 commit 09aa7dc

File tree

3 files changed

+0
-80
lines changed

3 files changed

+0
-80
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -255,16 +255,6 @@ pyctuator = Pyctuator(...) # arguments removed for brevity
255255
pyctuator.register_health_provider(RedisHealthProvider(r))
256256
```
257257

258-
Or if your service is using asynchronous Redis, to monitor the connection initialize a `AioRedisHealthProvider`:
259-
260-
```python
261-
from redis import asyncio as aioredis
262-
263-
r = aioredis.Redis()
264-
pyctuator = Pyctuator(...) # arguments removed for brevity
265-
pyctuator.register_health_provider(AioRedisHealthProvider(r))
266-
```
267-
268258
### Custom Environment
269259
Out of the box, Pyctuator exposes Python's environment variables to Spring Boot Admin.
270260

pyctuator/health/aioredis_health_provider.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/health/test_aioredis_health_provider.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)