test용 코드 제거
This commit is contained in:
parent
170171bb56
commit
cc08ad8126
|
|
@ -34,28 +34,6 @@ namespace Server.System
|
||||||
redis = ConnectionMultiplexer.Connect($"{host}:{port}");
|
redis = ConnectionMultiplexer.Connect($"{host}:{port}");
|
||||||
db = redis.GetDatabase();
|
db = redis.GetDatabase();
|
||||||
}
|
}
|
||||||
|
|
||||||
test();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void test()
|
|
||||||
{
|
|
||||||
Console.WriteLine("----------");
|
|
||||||
Dictionary<string, object> hash = GetHash("testhash");
|
|
||||||
|
|
||||||
foreach (var item in hash)
|
|
||||||
{
|
|
||||||
Console.WriteLine($"{item.Key} : {item.Value}");
|
|
||||||
}
|
|
||||||
|
|
||||||
//hash.Add("nickname", "ganada");
|
|
||||||
//hash.Add("uuid", "addzip");
|
|
||||||
//hash.Add("id", 1);
|
|
||||||
|
|
||||||
//SetHash(hash, "testhash");
|
|
||||||
//GetHash("testhash");
|
|
||||||
|
|
||||||
Console.WriteLine("----------");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetString(object value, params string[] keys)
|
public void SetString(object value, params string[] keys)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue