mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-01 01:49:59 -07:00
The rest of the files needed to pass Redis tests
This commit is contained in:
1
cache/cache.go
vendored
1
cache/cache.go
vendored
@@ -17,6 +17,7 @@ import (
|
||||
var (
|
||||
drivers = make(map[string]Driver)
|
||||
ErrTxDone = errors.New("cache: Transaction has already been committed or rolled back")
|
||||
ErrTxConflict = errors.New("cache: Commit interrupted, update transaction and repeat")
|
||||
)
|
||||
|
||||
type Driver interface {
|
||||
|
||||
Reference in New Issue
Block a user