From 1de2c6e8b685d12d6ea866ac590843360c58df94 Mon Sep 17 00:00:00 2001 From: hoteas Date: Tue, 3 Apr 2018 17:54:27 +0000 Subject: [PATCH] --- .idea/hotime.iml | 1 - .idea/libraries/Go_SDK.xml | 8 - .idea/workspace.xml | 587 ++++++++++++++++++------------------- application.go | 10 +- cache_memory.go | 11 +- cache_redis.go | 61 ++++ const.go | 15 +- error.go | 13 +- example/config/config.json | 2 +- example/main.go | 17 +- func.go | 33 ++- map.go | 12 - session.go | 12 +- var.go | 8 - 14 files changed, 405 insertions(+), 385 deletions(-) delete mode 100644 .idea/libraries/Go_SDK.xml create mode 100644 cache_redis.go diff --git a/.idea/hotime.iml b/.idea/hotime.iml index 86d29cd..c2f07d0 100644 --- a/.idea/hotime.iml +++ b/.idea/hotime.iml @@ -5,6 +5,5 @@ - \ No newline at end of file diff --git a/.idea/libraries/Go_SDK.xml b/.idea/libraries/Go_SDK.xml deleted file mode 100644 index 6552a3b..0000000 --- a/.idea/libraries/Go_SDK.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 220b8c9..a1baa2a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,20 @@ - - + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -145,12 +71,20 @@ Ping SESSION_TYPE GetString + CacheMemory + GetTag MUTEX_SESSION_TYPE GetTag + CacheRedis + + + @@ -220,23 +157,42 @@ + - + + + + + + + + + + + + + + + + + +