7 (redis/set "foo" "The first line we sent to the server is some text")
10 (let [key (str "key" i)]
11 (redis/set key "The first line we sent to the server is some text")
12 (redis/get "foo"))))))
17 ; (redis/set "foo" "The first line we sent to the server is some text")
20 ; (let [key (str "push_trim" i)]
22 ; (redis/ltrim key 0 30)))))