Skip to content

Commit

Permalink
Update default Redis version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Jul 22, 2023
1 parent 0c51098 commit f0abc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redis/connection/memory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Redis
module Connection
DEFAULT_REDIS_VERSION = '3.3.5'
DEFAULT_REDIS_VERSION = '5.0.9'

class Memory
include Redis::Connection::CommandHelper
Expand Down

0 comments on commit f0abc00

Please sign in to comment.