Liking cljdoc? Tell your friends :D

event-data-common.storage.memory

In-memory storage. For unit testing ONLY.

In-memory storage. For unit testing ONLY.
raw docstring

event-data-common.storage.redis

Storage interface for redis. Provides two interfaces: RedisStore which conforms to Store, and Redis, which contains Redis-specific methods. RedisStore satisfies the event-data-common.storage.storage.Store protocol. All keys are stored in Redis with the given prefix.

Storage interface for redis. Provides two interfaces: RedisStore which conforms to Store, and Redis, which contains Redis-specific methods.
RedisStore satisfies the event-data-common.storage.storage.Store protocol.
All keys are stored in Redis with the given prefix.
raw docstring

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

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

× close