Skip to content

Commit

Permalink
Redis Stack 6.2.6-v9 (#26)
Browse files Browse the repository at this point in the history
* Redis Stack 6.2.6-v9

* Bump redisinsight version
  • Loading branch information
ofekshenawa authored Jul 16, 2023
1 parent eddb03e commit fd3e097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Casks/redis-stack-redisinsight.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "redis-stack-redisinsight" do
version "2.22.0"
version "2.28.0"
name "RedisInsight"
desc "A graphical tool for visualizing data and managing Redis databases"
homepage "https://redis.com/redis-enterprise/redis-insight/"
Expand Down
2 changes: 1 addition & 1 deletion Casks/redis-stack-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

homepage "https://redis.io"
desc "Redis Stack Server install a Redis server with additional database capabilities"
version "6.2.6-v8"
version "6.2.6-v9"

baseos = 'darwin'
if RUBY_PLATFORM.index('darwin') != nil
Expand Down
2 changes: 1 addition & 1 deletion Casks/redis-stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
homepage "https://redis.io"
name "Redis Stack"
desc "Redis server with additional database capabilities and the visualisation tool RedisInsight."
version "6.2.6-8"
version "6.2.6-9"

# FIXME PLACEHOLDER
url "https://redismodules.s3.amazonaws.com/redis-stack/.donotremove"
Expand Down

0 comments on commit fd3e097

Please sign in to comment.