8 (redis/set "foo" "The first line we sent to the server is some text")
11 (let [key (str "key" i)]
12 (redis/set key "The first line we sent to the server is some text")
13 (redis/get "foo"))))))
18 ; (redis/set "foo" "The first line we sent to the server is some text")
21 ; (let [key (str "push_trim" i)]
23 ; (redis/ltrim key 0 30)))))