AscendingCreations / RedisPool

A redis pool for redis-rs
Apache License 2.0
12 stars 3 forks source link

fix misspelled function names #12

Closed AkiraMiyakoda closed 3 months ago

AkiraMiyakoda commented 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.