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
I encounter the following error any time I click 'Inspect' in the slow log column in the admin:
Failed to get object info for key b':1:views.decorators.cache.cache_header..46028733b0cc991a9c8dc77e1d589cbe.en-us.America/New_York': Command # 1 (DEBUG OBJECT b':1:views.decorators.cache.cache_header..46028733b0cc991a9c8dc77e1d589cbe.en-us.America/New_York') of pipeline caused error: unknown command ‘DEBUG’
According to the docs, DEBUG OBJECT should not be used by clients, they should use the OBJECT command instead.
FYI, I'm running django-redisboard==1.2.2 and redis==2.10.5. The redis instance is on AWS ElastiCache using the 2.8.6 engine.
The text was updated successfully, but these errors were encountered:
I encounter the following error any time I click 'Inspect' in the slow log column in the admin:
According to the docs,
DEBUG OBJECT
should not be used by clients, they should use theOBJECT
command instead.FYI, I'm running django-redisboard==1.2.2 and redis==2.10.5. The redis instance is on AWS ElastiCache using the 2.8.6 engine.
The text was updated successfully, but these errors were encountered: