Update Redis documentation (7.0.10)

This commit is contained in:
Simon Legner 2023-04-12 22:48:07 +02:00
parent 06dcb92ad9
commit a4b15b6027

View file

@ -1,7 +1,7 @@
module Docs
class Redis < UrlScraper
self.type = 'redis'
self.release = '7.0.8'
self.release = '7.0.10'
self.base_url = 'https://redis.io/commands'
self.links = {
home: 'https://redis.io/',
@ -16,7 +16,7 @@ module Docs
options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML
&copy; 2009&ndash;2022 Salvatore Sanfilippo<br>
&copy; 2006&ndash;2022 Salvatore Sanfilippo<br>
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML