Liking cljdoc? Tell your friends :D

celtuce.codec


bb->bytesclj

(bb->bytes bb)

Converts a ByteBuffer to a byte array.

Converts a ByteBuffer to a byte array.
sourceraw docstring

byte-array-codecclj

(byte-array-codec)

Creates a byte array codec for Redis commands.

Creates a byte array codec for Redis commands.
sourceraw docstring

bytes->bbclj

(bytes->bb b)

Converts a byte array to a ByteBuffer.

Converts a byte array to a ByteBuffer.
sourceraw docstring

carbonite-codecclj

(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.
sourceraw docstring

compression-codecclj

(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.
sourceraw docstring

kryo-readclj

(kryo-read kryo bb)

Deserialize obj from ByteBuffer bb

Deserialize obj from ByteBuffer bb
sourceraw docstring

kryo-writeclj

(kryo-write kryo obj)

Serialize obj to ByteBuffer

Serialize obj to ByteBuffer
sourceraw docstring

kryos-poolclj

(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
sourceraw docstring

nippy-codecclj

(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.
sourceraw docstring

utf8-string-codecclj

(utf8-string-codec)

Creates a UTF-8 string codec for Redis commands.

Creates a UTF-8 string codec for Redis commands.
sourceraw docstring

with-kryos-poolcljmacro

(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
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close