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 stumbled on this post and decided to apply the rename-command documented in step 5 - Renaming Dangerous Commands on the redis server used by the project I'm working on. This project has celery, channels_redis and django-redis, so I thought I'd take a look to see which commands could be renamed.
Looking through the celery RedisBackend, I found that this project includes a list of celery commands used by the backend and I was unable to find such a list for channels_redis, so I decided to add one in a PR. I'm not sure that this list is the complete list of commands used by the modules, but it should contain the most obvious commands
The text was updated successfully, but these errors were encountered:
I stumbled on this post and decided to apply the
rename-command
documented in step 5 - Renaming Dangerous Commands on the redis server used by the project I'm working on. This project hascelery
,channels_redis
anddjango-redis
, so I thought I'd take a look to see which commands could be renamed.Looking through the celery RedisBackend, I found that this project includes a list of celery commands used by the backend and I was unable to find such a list for channels_redis, so I decided to add one in a PR. I'm not sure that this list is the complete list of commands used by the modules, but it should contain the most obvious commands
The text was updated successfully, but these errors were encountered: