Changes between Initial Version and Version 1 of Ticket #36047
- Timestamp:
- Dec 31, 2024, 2:25:02 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36047 – Description
initial v1 22 22 23 23 24 but when a async client is at work, `.close()` doesn't work, it needs to be `await conn.aclose()`24 but when an async client is at work, `.close()` doesn't work, it needs to be `await conn.aclose()` 25 25 26 26 note that in my case (django-valkey) there is no way for async clients to implement a sync method for `close`