Commit 0a0fc351 authored by liuchun's avatar liuchun

fix ssdb_test

parent 662bea35
......@@ -7,7 +7,7 @@ import (
"time"
)
func TestMemcacheCache(t *testing.T) {
func TestSsdbcacheCache(t *testing.T) {
ssdb, err := cache.NewCache("ssdb", `{"conn": "127.0.0.1:8888"}`)
if err != nil {
t.Error("init err")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment