chime-experiment / comet

A Config and Metadata Tracker
0 stars 3 forks source link

Upgrades to support the latest aioredis #95

Closed aelanman closed 2 years ago

aelanman commented 2 years ago

Mostly following the instructions here. This includes removing the connection close commands (this is done automatically), using from_url instead of the deprecated create_pool and execute_command instead of execute.

Closes #94

aelanman commented 2 years ago

Thanks @jrs65 . I've set the minimum version to 2.0, since this seems to be when the api changes happened.

jrs65 commented 2 years ago

Hmmm... apparently the CI still runs on Travis. As I don't think we're going to fix that up right now, I'll force merge it.