mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Redis documentation (up to 4.0.0)
This commit is contained in:
parent
48da44d683
commit
d5b52d378d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
module Docs
|
module Docs
|
||||||
class Redis < UrlScraper
|
class Redis < UrlScraper
|
||||||
self.type = 'redis'
|
self.type = 'redis'
|
||||||
self.release = 'up to 3.2.8'
|
self.release = 'up to 4.0.0'
|
||||||
self.base_url = 'https://redis.io/commands'
|
self.base_url = 'https://redis.io/commands'
|
||||||
self.links = {
|
self.links = {
|
||||||
home: 'https://redis.io/',
|
home: 'https://redis.io/',
|
||||||
|
|
Loading…
Reference in a new issue