[devdocsgjs/main: 1430/1867] Update Redis documentation (6.0.9)
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1430/1867] Update Redis documentation (6.0.9)
- Date: Fri, 19 Nov 2021 23:48:02 +0000 (UTC)
commit 3dfb606805b299e639c7915b71f29aaf9b28f1b4
Author: Simon Legner <Simon Legner gmail com>
Date: Sun Dec 27 19:22:26 2020 +0100
Update Redis documentation (6.0.9)
assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
lib/docs/scrapers/redis.rb | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 39d552c1..897d2ecb 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/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/'
], [
diff --git a/lib/docs/scrapers/redis.rb b/lib/docs/scrapers/redis.rb
index 81440a82..37639f14 100644
--- a/lib/docs/scrapers/redis.rb
+++ b/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
- © 2009–2018 Salvatore Sanfilippo<br>
+ © 2009–2020 Salvatore Sanfilippo<br>
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
HTML
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]