Documentation
¶
Overview ¶
Package redis provides real connection to the Redis.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Toggle ¶
type Toggle struct {
// contains filtered or unexported fields
}
Toggle is responsible to connect toggle entity with toggle data structure in Redis. It uses https://github.com/go-redis/redis.
func (*Toggle) Delete ¶
Delete deletes a toggle from redis. It doesn't return error if toggle doesn't exist.
func (*Toggle) Get ¶
Get gets a toggle in cache. It only returns error of there is error in the system or toggle value can't be processed. If the data can't be found but the system is fine, it returns nil.
func (*Toggle) Set ¶
Set sets the toggle in redis using hash (https://redis.io/commands/hset). It only sets the toggle for a certain time. It is set in ttl parameter in constructor.
Click to show internal directories.
Click to hide internal directories.