mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Redis documentation (2.8.12)
This commit is contained in:
parent
7ff54ade88
commit
42015983a3
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.11'
|
||||
self.version = 'up to 2.8.12'
|
||||
self.base_url = 'http://redis.io/commands'
|
||||
|
||||
html_filters.push 'redis/entries', 'redis/clean_html', 'title'
|
||||
|
|
Loading…
Reference in a new issue