plug_session_redis icon indicating copy to clipboard operation
plug_session_redis copied to clipboard

Session store in Redis for Elixir's plug

Results 3 plug_session_redis issues
Sort by recently updated
recently updated
newest added

Plug is already using it and it drops that key before handing it off to us, shown here: https://github.com/elixir-lang/plug/blob/master/lib/plug/session.ex#L48 Sorry for this issue!

Please release a new version on hex.pm with the updated code from #1 and #2