Documentation
¶
Index ¶
Constants ¶
View Source
const MaxPoolSize = 10 //max number of cache threads waiting in the pool
Variables ¶
View Source
var ErrKeyNotFound = errors.New("key not found or has expired")
View Source
var ErrNoServiceAvailable = errors.New("no service is connected")
View Source
var ErrPingFailed = errors.New("Ping did not Pong")
View Source
var ErrServiceDown = errors.New("service is down")
Functions ¶
This section is empty.
Types ¶
type DB_c ¶
type DB_c struct { DB *radix.Pool // contains filtered or unexported fields }
func (*DB_c) Flagged ¶
! \brief Handles checking to see if the key exists, and if not sets it
returns true if it's already set, false if it's not set yet
Click to show internal directories.
Click to hide internal directories.