public
Description: actor-based memcache client library
Homepage:
Clone URL: git://github.com/robey/smile.git
smile / test.conf
100644 11 lines (9 sloc) 0.135 kb
1
2
3
4
5
6
7
8
9
10
11
<log>
  console = false
  filename = "test.log"
  level = "info"
  utc = true
</log>
 
<memcache>
  servers = ["localhost"]
</memcache>