We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc4939 commit 4c17e46Copy full SHA for 4c17e46
1 file changed
lib/docs/scrapers/redis.rb
@@ -21,8 +21,7 @@ class Redis < UrlScraper
21
HTML
22
23
def get_latest_version(opts)
24
- body = fetch('http://download.redis.io/redis-stable/00-RELEASENOTES', opts)
25
- body.scan(/^Redis ([0-9.]+)\s+Released/).first.first
+ get_latest_github_release('redis', 'redis', opts)
26
end
27
28
private
0 commit comments