I should have read the redis docs more thorough.
Answer:
IN
$redis.set 'data', hash.to_json
OUT
data = JSON.parse($redis.get("data"))
I should have read the redis docs more thorough.
Answer:
IN
$redis.set 'data', hash.to_json
OUT
data = JSON.parse($redis.get("data"))