Changes between Initial Version and Version 1 of Ticket #36047


Ignore:
Timestamp:
Dec 31, 2024, 2:25:02 PM (5 days ago)
Author:
amirreza
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36047 – Description

    initial v1  
    2222
    2323
    24 but when a async client is at work, `.close()` doesn't work, it needs to be `await conn.aclose()`
     24but when an async client is at work, `.close()` doesn't work, it needs to be `await conn.aclose()`
    2525
    2626note that in my case (django-valkey) there is no way for async clients to implement a sync method for `close`
Back to Top