Closed kafaichoi closed 7 years ago
Great Library! Thx every contributor.
Is setting record not supported yet?
(defn -main [& args] (let [tmc (c/text-connection "127.0.0.1:11211") amy (Person. "amy" "chou" "HK") _ (c/set tmc "a-key" 300 amy) val (c/get tmc "a-key")] val)) ; val will be nil.
You should be able to serialise anything but some things will require a custom transcoder.
Great Library! Thx every contributor.
Is setting record not supported yet?