Closed AkiraMiyakoda closed 3 months ago
RedisPool has two misspelled functions aquire and aquire_connection which should be acquire and acquire_connection respectively. Changing the function names is a breaking change, so I added new functions and mark the old ones deprecated.
RedisPool
aquire
aquire_connection
acquire
acquire_connection
RedisPool
has two misspelled functionsaquire
andaquire_connection
which should beacquire
andacquire_connection
respectively. Changing the function names is a breaking change, so I added new functions and mark the old ones deprecated.