Redis
0pt
http://redis.io/commands
keyに対して
string, list, hash 形式でデータを入れる
r = Redis.new
r.set("hogestring", "fuga")
r.hset("hogehash", "fuga", "poyo")
0pt
http://redis.io/commands
keyに対して
string, list, hash 形式でデータを入れる
r = Redis.new
r.set("hogestring", "fuga")
r.hset("hogehash", "fuga", "poyo")
コメントはまだありません