redbird v0.5.0 mix redbird.delete_all_sessions View Source

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.

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function

delete_all_sessions(namespace) View Source

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.