mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Redis documentation (7.0.10)
This commit is contained in:
parent
06dcb92ad9
commit
a4b15b6027
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Redis < UrlScraper
|
||||
self.type = 'redis'
|
||||
self.release = '7.0.8'
|
||||
self.release = '7.0.10'
|
||||
self.base_url = 'https://redis.io/commands'
|
||||
self.links = {
|
||||
home: 'https://redis.io/',
|
||||
|
@ -16,7 +16,7 @@ module Docs
|
|||
options[:follow_links] = ->(filter) { filter.root_page? }
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2009–2022 Salvatore Sanfilippo<br>
|
||||
© 2006–2022 Salvatore Sanfilippo<br>
|
||||
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
|
||||
HTML
|
||||
|
||||
|
|
Loading…
Reference in a new issue