Created
January 23, 2019 04:50
-
-
Save barkanido/1acbb5b8d2ab8cdfe7515ed57fd70a8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user=> (aero/put c "index" "set-name" 42 1000) | |
<< … >> | |
user=> (defn inc-transcoder [rec] (when rec | |
#_=> (update rec :payload inc))) | |
#'user/inc-transcoder | |
user=> (d/chain (aero/get-single c "index" "set-name" {:transcoder inc-transcoder}) | |
#_=> :payload | |
#_=> println) | |
<< … >> | |
43 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment