Skip to content

Commit

Permalink
Set db config to 0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
tapan-sh committed Oct 16, 2024
1 parent 977971b commit c785e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cache_store_redis/optional_redis_cache_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def redis_store
def configure(
host = 'localhost',
port = 6379,
db = 'default',
db = 0,
password = nil,
driver: nil,
url: nil,
Expand Down
2 changes: 1 addition & 1 deletion lib/cache_store_redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CacheStoreRedis
VERSION = '2.4.0'
VERSION = '2.4.1'
end

0 comments on commit c785e1c

Please sign in to comment.