diff --git a/redisdb.go b/redisdb.go index 84510ba..3d3b911 100644 --- a/redisdb.go +++ b/redisdb.go @@ -14,7 +14,7 @@ type Server struct { var r *Server // Connect ... -func Connect(uri, password, server string) (*Server, error) { +func Connect(uri, password) (*Server, error) { ctx := context.Background() rdb := redis.NewClient(&redis.Options{