package
0.0.0-20190207011935-b90c40817db5
Repository: https://github.com/coldog/engine.git
Documentation: pkg.go.dev

# Functions

NewStore will create a new instance of an underlying redis client, so it should not be re-created across "threads" - connectURL see: github.com/go-redis/redis/options.go for URL specifics The underlying redis client will be immediately tested for connectivity, so don't call this until you know redis can connect.

# Constants

DefaultDataTTL is how long data will be kept before redis evicts it.
DefaultLockExpiry is how long locks are kept around for.

# Structs

Store is an implementation of the controller.Store interface.