package
1.0.0
Repository: https://github.com/rizalgowandy/gdk.git
Documentation: pkg.go.dev

# Functions

NewGoRedisCluster returns a redis cluster client.
NewMockRedisClientItf creates a new mock instance.
NewMockRistrettoClientItf creates a new mock instance.
NewRedigo return a redis client.
NewRedisMigrator return a redis migrator client.
NewRistretto return a redis client.

# Constants

Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.
Time use for redis ttl which by default is in time.Second.

# Structs

GoRedisCluster returns a redis cluster client using go-redis library.
MockRedisClientItf is a mock of RedisClientItf interface.
MockRedisClientItfMockRecorder is the mock recorder for MockRedisClientItf.
MockRistrettoClientItf is a mock of RistrettoClientItf interface.
MockRistrettoClientItfMockRecorder is the mock recorder for MockRistrettoClientItf.
Redigo returns a redis client using redigo library.
RedisConfiguration configuration.
RedisMigrator is a redis client to migrate from one instance to another.
Ristretto returns a in-process storage client using ristretto library.
RistrettoConfiguration configuration.

# Interfaces

RedisClientItf is a client to interact with Redis.
RistrettoClientItf is a in-process or local cache storage client.