Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis-stack 7.2.0v3 #32

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.32.0"
version "2.34.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 "7.2.0-v2"
version "7.2.0-v3"

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 "7.2.0-2"
version "7.2.0-3"

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