Skip to content

Commit

Permalink
Merge pull request #6 from andreasbergqvist/fix-redis-connections
Browse files Browse the repository at this point in the history
Fix redis connections
  • Loading branch information
Kaperskyguru committed Sep 12, 2021
2 parents 555453c + 1d8c2b6 commit c6e6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/RedisCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RedisCache implements EngineInterface {
)
}

return this.redis.connection(this.config.connections)
return this.redis.connection()
}

/**
Expand Down

0 comments on commit c6e6af7

Please sign in to comment.