redis-om-python/aredis_om
melder 8325e6e111
Fixes issue decode_responses is set to True regardless if REDIS_OM_UR… (#373)
Fixes issue decode_responses is set to True regardless if REDIS_OM_URL environment variable is set.
Otherwise these warnings pop up when persisting objects:

Could not parse Redis response. Error was: "keywords must be strings". Probably, the connection is not set to decode responses from bytes. Attempting to decode response
using the encoding set on model class (<class 'redis_om.model.model.ModelMeta'>. Encoding: utf-8.

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2022-09-08 13:53:24 +03:00
..
model Fix None instance when querying (#368) 2022-09-08 13:53:00 +03:00
__init__.py Migrate from aioredis to redis-py with asyncio support (#233) 2022-08-10 15:21:13 +03:00
async_redis.py Migrate from aioredis to redis-py with asyncio support (#233) 2022-08-10 15:21:13 +03:00
checks.py Fixed linter issue. 2022-01-13 17:10:51 +00:00
connections.py Fixes issue decode_responses is set to True regardless if REDIS_OM_UR… (#373) 2022-09-08 13:53:24 +03:00
sync_redis.py Migrate from aioredis to redis-py with asyncio support (#233) 2022-08-10 15:21:13 +03:00
util.py Migrate from aioredis to redis-py with asyncio support (#233) 2022-08-10 15:21:13 +03:00