go.mercari.io/datastore@v1.8.2/dsmiddleware/rediscache/doc.go (about) 1 /* 2 Package rediscache handles Put, Get etc to Datastore and provides caching by Redis. 3 How the cache is used is explained in the storagecache package's document. 4 5 Related document. 6 7 https://godoc.org/go.mercari.io/datastore/dsmiddleware/storagecache 8 */ 9 package rediscache // import "go.mercari.io/datastore/dsmiddleware/rediscache"