From 3488eab40142d7d75dae151ad43d0c22d9b718f0 Mon Sep 17 00:00:00 2001 From: hoteas Date: Wed, 4 Apr 2018 18:44:00 +0000 Subject: [PATCH] --- .idea/workspace.xml | 243 ++++++++++++++++++++++++++++++------- cache/cache_redis.go | 124 +++++++++++++++++++ cache_memory.go | 23 ++++ cache_redis.go | 59 --------- example/config/config.json | 6 +- example/main.go | 21 +++- type.go | 6 +- 7 files changed, 369 insertions(+), 113 deletions(-) create mode 100644 cache/cache_redis.go delete mode 100644 cache_redis.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 88e09a6..651b310 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,11 @@ - - - - - + + + @@ -178,6 +241,22 @@ + + + + + + + + + + + + + + + +