Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
12
pkg/redis/errors.go
Normal file
12
pkg/redis/errors.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package redis
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
var ErrHangingCommands = errors.New("commands left over in redis client")
|
||||
|
||||
var ErrInvalidCommand = errors.New("invalid command entered")
|
||||
var ErrInvalidResults = errors.New("invalid results returned in redis")
|
||||
|
||||
var ErrNilObject = errors.New("not found in redis")
|
||||
Reference in New Issue
Block a user