Documentation ¶
Overview ¶
Package handle deals with the commands(get/set ...)
Index ¶
Constants ¶
View Source
const ( ADD_STRING = iota + 1 ADD_STRING_RES DEL_KEY DEL_KEY_RES QUERY_KEY QUERY_KEY_RES KEEPALIVE KEEPALIVE_RES HELLO HELLO_RES ADD_DB ADD_DB_RES )
for access request msg format
View Source
const (
KEYHASHMAX = 1024 * 8
)
Variables ¶
View Source
var ( // Caches to store k/v Caches *hashmap.Dbs //GstartTime saves app's start time GstartTime = time.Now().Unix() )
Functions ¶
func SessionHash ¶
Types ¶
type FusionError ¶
type FusionError string
func (FusionError) Error ¶
func (err FusionError) Error() string
Click to show internal directories.
Click to hide internal directories.