// +build appengine package redis func bytesToString(b []byte) string { return string(b) }