Update Carmine appender for Nippy v2.12+ API changes

This commit is contained in:
Peter Taoussanis 2016-04-13 18:27:40 +07:00
parent 73a50c4851
commit a044ef2d5f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
(when (> nmax-entries 0)
(car/wcar conn-opts
(binding [nippy/*final-freeze-fallback* nippy/freeze-fallback-as-str]
(binding [nippy/*freeze-fallback* :write-unfreezable]
(car/hset k-hash entry-hash entry))
(car/zadd k-zset udt entry-hash)