module Docs
class Redis < UrlScraper
self.type = 'redis'
self.release = '7.0.10'
self.base_url = 'https://redis.io/commands'
self.links = {
home: 'https://redis.io/',
code: 'https://github.com/redis/redis'
}
html_filters.push 'redis/entries', 'redis/clean_html', 'title'
options[:container] = ->(filter) { filter.root_page? ? '#commands-grid' : 'section' }
options[:title] = false
options[:root_title] = 'Redis'
options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML
def get_latest_version(opts)
get_latest_github_release('redis', 'redis', opts)
end
private
def parse(response)
response.body.gsub! '