You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to use celery-redis-sentinel in my django project, but I always get a :
DecodeError at /fr/
('string indices must be integers, not unicode', <function unpickle_backend at 0x7f4c62dac938>, (<class 'celery_redis_sentinel.backend.RedisSentinelBackend'>, ('redis-sentinel://localhost:7000',), {'expires': 86400}))
I have the following setup :
5 redis-servers (1 master and 4 slaves) on 127.0.01:7000-7005
Hi,
I'm trying to use celery-redis-sentinel in my django project, but I always get a :
I have the following setup :
The error seems to be on backend.py@35 :
self.transport_options
value is'redis-sentinel://localhost:7000'
instead of a dict.The text was updated successfully, but these errors were encountered: