Hello All, Do you know how to flush Redis in cloud...
# docker
r
Hello All, Do you know how to flush Redis in cloud manually?
a
Hi! I believe it's doable via manual Jenkins job having next console command:
vendor/bin/console storage:delete
.
Copy code
storage:delete                                       This command will delete all keys from storage.
r
Thanks 🙂