Pārlūkot izejas kodu

Merge pull request #1450 from simon04/redis-16

Update Redis documentation (6.0.9)
Simon Legner 5 gadi atpakaļ
vecāks
revīzija
5ca36c6eeb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -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/'
   ], [

+ 3 - 3
lib/docs/scrapers/redis.rb

@@ -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