This commit is contained in:
hoteas
2018-04-03 17:54:27 +00:00
parent 6ecdd575aa
commit 1de2c6e8b6
14 changed files with 405 additions and 385 deletions
+2 -13
View File
@@ -5,16 +5,5 @@ const (
LOG_NIL = 1
LOG_FILE=2
)
//锁关键字
const (
MUTEX_MAP = "HOTIME-MAP"
MUTEX_SLICE = "HOTIME-SLICE"
MUTEX_MEMORY_CACHE = "HOTIME-MUTEX-MEMORYCACHE"
MUTEX_HOTIME_SYSTEM_ERR="HOTIME-SYSTEM-ERR"
)
//锁关键字
const (
MUTEX_SESSION_TYPE = "SESSION-TYPE#"
)
//session储存头
const HEAD_SESSION_ADD ="session#"