Liking cljdoc? Tell your friends :D
Clojure only.

event-data-common.storage.store

A common interface for storing things. Satisfied by Redis for component testing and S3 for integration testing and production.

A common interface for storing things.
Satisfied by Redis for component testing and S3 for integration testing and production.
raw docstring

Storecljprotocol

A Store for sotring things.

A Store for sotring things.

deleteclj

(delete this k)

Delete value for string key.

Delete value for string key.

get-stringclj

(get-string this k)

Get string key, return string value.

Get string key, return string value.

keys-matching-prefixclj

(keys-matching-prefix this prefix)

Return lazy sequence of keys that match the prefix.

Return lazy sequence of keys that match the prefix.

set-stringclj

(set-string this k v)

Put string value for string key.

Put string value for string key.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close