Skip to content

Instantly share code, notes, and snippets.

@matsubo
Created July 1, 2014 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsubo/41cd4fe98898aeda2d2b to your computer and use it in GitHub Desktop.
Save matsubo/41cd4fe98898aeda2d2b to your computer and use it in GitHub Desktop.
Deserializing session value in Rails
$redis.keys.map {|key| p Marshal::load($redis.get(key)) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment