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