Implemented redis cache driver using redis types

This commit is contained in:
cpb8010
2013-09-06 20:59:12 -04:00
parent b00c4f44ca
commit cd6e4abec0
4 changed files with 362 additions and 427 deletions
+1
View File
@@ -40,4 +40,5 @@ type User struct {
DownMultiplier float64 `json:"down_multiplier"`
Slots int64 `json:"slots"`
SlotsUsed int64 `json:"slots_used"`
Snatches uint `json:"snatches"`
}