(bb->bytes bb)
Converts a ByteBuffer to a byte array.
Converts a ByteBuffer to a byte array.
(byte-array-codec)
Creates a byte array codec for Redis commands.
Creates a byte array codec for Redis commands.
(bytes->bb b)
Converts a byte array to a ByteBuffer.
Converts a byte array to a ByteBuffer.
(carbonite-codec)
(carbonite-codec kryo-factory)
Creates a Redis codec using Carbonite for Kryo-based serialization.
Creates a Redis codec using Carbonite for Kryo-based serialization.
(compression-codec delegate-codec compression-type)
Creates a compression codec that wraps a delegate codec with gzip or deflate compression.
Creates a compression codec that wraps a delegate codec with gzip or deflate compression.
(kryo-read kryo bb)
Deserialize obj from ByteBuffer bb
Deserialize obj from ByteBuffer bb
(kryo-write kryo obj)
Serialize obj to ByteBuffer
Serialize obj to ByteBuffer
(kryos-pool kryo-factory)
Kryo objects pool with soft references to allow for GC when running out of memory
Kryo objects pool with soft references to allow for GC when running out of memory
(nippy-codec)
(nippy-codec freeze-opts thaw-opts)
Creates a Redis codec using Nippy for serialization with optional freeze and thaw options.
Creates a Redis codec using Nippy for serialization with optional freeze and thaw options.
(utf8-string-codec)
Creates a UTF-8 string codec for Redis commands.
Creates a UTF-8 string codec for Redis commands.
(with-kryos-pool kryo-pool form)
Inject a Kryo object from kryo-pool as the first parameter of form and run it
Inject a Kryo object from kryo-pool as the first parameter of form and run it
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |