Update Redis documentation (3.0.7)

pull/337/merge
Thibaut Courouble 9 years ago
parent 5714492405
commit afcdcac5f2

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

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

Loading…
Cancel
Save