Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2011 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1522366 to your computer and use it in GitHub Desktop.
Save anonymous/1522366 to your computer and use it in GitHub Desktop.
clojurestack.core=> (save-todo "go to bed")
#<OperationFuture net.spy.memcached.internal.OperationFuture@834e7>
clojurestack.core=> (get-todos)
(#clojurestack.core.todo{:task "go to bed", :open true, :created "2011-12-27T00:41:11"} #clojurestack.core.todo{:task "get milk", :open true, :created "2011-12-27T00:40:50"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment