Documentation ¶
Index ¶
- Constants
- func Do(commandName string, args ...interface{}) (interface{}, error)
- func EXPIRE(key string, timeout time.Duration) error
- func Flush() error
- func Get(key string) string
- func Put(key string, val string, timeout time.Duration) error
- func Receive() (interface{}, error)
- func RedisPollInit() *redis.Pool
- func Send(commandName string, args ...interface{}) error
Constants ¶
View Source
const REDIS_AUTH_KEY string = "redis-auth"
View Source
const REDIS_KEY string = "redis"
Variables ¶
This section is empty.
Functions ¶
func Receive ¶
func Receive() (interface{}, error)
Receive receives a single reply from the Redis server
func RedisPollInit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.