Fix path to rueidis dir. Format code

This commit is contained in:
Juan Calderon-Perez
2023-08-15 01:03:23 -04:00
parent ca369ed8d1
commit c739918a1d
3 changed files with 4 additions and 9 deletions

View File

@@ -42,7 +42,6 @@ func New(config ...Config) *Storage {
DisableCache: cfg.DisableCache,
AlwaysPipelining: cfg.AlwaysPipelining,
})
if err != nil {
panic(err)
}