Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions error.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ import (

// Go-Redis API level error type
//
type Error interface {
type Error struct {
error
// if true Error is a RedisError
IsRedisError() bool
}

// ----------------------------------------------------------------------
Expand Down