Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRedisRepository ¶
func NewRedisRepository(Client *redis.Client) RedisInterface.IRedisRepository
Types ¶
type RedisRepository ¶
func (*RedisRepository) Delete ¶
func (m *RedisRepository) Delete(keys []string) error
func (*RedisRepository) Set ¶
func (m *RedisRepository) Set(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.