I have an Item template. Can you save Item.all (Item :: ActiveRecord_Relation) in Redis? I tried to do so:
$redis = Redis::Namespace.new("suggestme", :redis => Redis.new)
$redis.set("itens", Item.all)
But when I give:
$redis.get("iten...
asked by
25.08.2014 / 22:27