Update Redis documentation (6.0.9)

pull/1450/head
Simon Legner 4 years ago
parent 15c66d2916
commit 3dfb606805

@ -688,7 +688,7 @@ credits = [
'https://raw.githubusercontent.com/ReactiveX/reactivex.github.io/develop/LICENSE'
], [
'Redis',
'2009-2018 Salvatore Sanfilippo',
'2009-2020 Salvatore Sanfilippo',
'CC BY-SA',
'https://creativecommons.org/licenses/by-sa/4.0/'
], [

@ -1,11 +1,11 @@
module Docs
class Redis < UrlScraper
self.type = 'redis'
self.release = '5.0.0'
self.release = '6.0.9'
self.base_url = 'https://redis.io/commands'
self.links = {
home: 'https://redis.io/',
code: 'https://github.com/antirez/redis'
code: 'https://github.com/redis/redis'
}
html_filters.push 'redis/entries', 'redis/clean_html', 'title'
@ -16,7 +16,7 @@ module Docs
options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML
&copy; 2009&ndash;2018 Salvatore Sanfilippo<br>
&copy; 2009&ndash;2020 Salvatore Sanfilippo<br>
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML

Loading…
Cancel
Save