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