mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Redis documentation (2.8.8)
This commit is contained in:
parent
dd0b492b95
commit
911384079c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Redis < UrlScraper
|
||||
self.type = 'redis'
|
||||
self.version = 'up to 2.8.7'
|
||||
self.version = 'up to 2.8.8'
|
||||
self.base_url = 'http://redis.io/commands'
|
||||
|
||||
html_filters.push 'redis/entries', 'redis/clean_html', 'title'
|
||||
|
|
Loading…
Reference in a new issue