Revert "Update Carmine appender for Nippy v2.12+ API changes"

This reverts commit a044ef2d5f.

Would rather provide back-compatibility Nippy side to prevent all
the dep conflicts that this'll lead to
This commit is contained in:
Peter Taoussanis 2016-04-16 11:19:40 +07:00
parent a044ef2d5f
commit 599bf5a28a
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/*freeze-fallback* :write-unfreezable]
(binding [nippy/*final-freeze-fallback* nippy/freeze-fallback-as-str]
(car/hset k-hash entry-hash entry))
(car/zadd k-zset udt entry-hash)