Update Redis documentation (2.8.19)

pull/165/head
Thibaut 10 years ago
parent 654930ba67
commit d8ada26d08

@ -267,7 +267,7 @@ credits = [
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs' 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
], [ ], [
'Redis', 'Redis',
'2009-2014 Salvatore Sanfilippo', '2009-2015 Salvatore Sanfilippo',
'CC BY-SA', 'CC BY-SA',
'http://creativecommons.org/licenses/by-sa/4.0/' 'http://creativecommons.org/licenses/by-sa/4.0/'
], [ ], [

@ -1,7 +1,7 @@
module Docs module Docs
class Redis < UrlScraper class Redis < UrlScraper
self.type = 'redis' self.type = 'redis'
self.version = 'up to 2.8.18' self.version = 'up to 2.8.19'
self.base_url = 'http://redis.io/commands' self.base_url = 'http://redis.io/commands'
html_filters.push 'redis/entries', 'redis/clean_html', 'title' html_filters.push 'redis/entries', 'redis/clean_html', 'title'
@ -12,7 +12,7 @@ module Docs
options[:follow_links] = ->(filter) { filter.root_page? } options[:follow_links] = ->(filter) { filter.root_page? }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2014 Salvatore Sanfilippo<br> &copy; 2009&ndash;2015 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
end end

Loading…
Cancel
Save