diff --git a/error.go b/error.go index 64eafbb..c45ec0b 100644 --- a/error.go +++ b/error.go @@ -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 } // ----------------------------------------------------------------------