Im just starting off with Redis with Rails so this maybe a dumb question.
I am trying to save a hash to redis server but when I retrieve it its just a string IE.
The redis gem will remap your hash like this:
$redis.mapped_hmset "test", { foo: "bar" } $redis.hgetall "test" => {"foo"=>"bar"}