redis api back compatible

This commit is contained in:
云风
2013-06-21 16:09:52 +08:00
parent 277b6957cb
commit d8204357a8
4 changed files with 29 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
main = "127.0.0.1:6379"
main = { host = "127.0.0.1" , port = 6379 }