dswillr
dswillr
Resolves https://github.com/encode/databases/issues/460
``` ... my code await database.execute(query) File "/usr/local/lib/python3.10/site-packages/databases/core.py", line 169, in execute async with self.connection() as connection: File "/usr/local/lib/python3.10/site-packages/databases/core.py", line 256, in __aenter__ raise e File "/usr/local/lib/python3.10/site-packages/databases/core.py", line 253, in...
## What do these changes do? Add redis SSL support ## Are there changes in behavior for the user? `RedisCache` should now have a configuration option for `ssl` ## Related...