Deletes all redbird sessions.
mix redbird.delete_all_sessions my_app
The first argument is the app specific key_namespace you set in your plug session config. If no argument is given, it will delete all redbird sessions
Stores the session in a redis store