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.
I should have read the redis docs more thorough.
Answer:
IN $redis.set 'data', hash.to_json OUT data = JSON.parse($redis.get("data"))