synblog

the round pegs in the square holes

2013-02-04から1日間の記事一覧

Redis tutorial memo

Redis tutorial I did following redis tutorial (TRY REDIS) and noted it this blog as memo. http://try.redis.io/ SET, GET, DEL SET server:name "fido" GET server:name => "fido" DEL server:name INCR SET connections 10 INCR connections => 11 DE…