df-cache 0.1.0

This is an Cache
Documentation
1
2
3
4
5
6
7
8
9
10
{
  "default": "redis",
  "connections": {
    "redis": {
      "type": "redis",
      "hostname": "127.0.0.1",
      "hostport": 6379
    }
  }
}