Update Redis documentation (2.8.9)

This commit is contained in:
Thibaut 2014-04-27 21:59:14 -04:00
parent 2c94407c3f
commit cb4213443a
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,7 @@ module Docs
when 'EVAL' then 'Scripting' when 'EVAL' then 'Scripting'
when 'AUTH' then 'Connection' when 'AUTH' then 'Connection'
when 'BGREWRITEAOF' then 'Server' when 'BGREWRITEAOF' then 'Server'
when 'PFADD' then 'HyperLogLog'
else 'Miscellaneous' else 'Miscellaneous'
end end
end end

View file

@ -1,7 +1,7 @@
module Docs module Docs
class Redis < UrlScraper class Redis < UrlScraper
self.type = 'redis' self.type = 'redis'
self.version = 'up to 2.8.8' self.version = 'up to 2.8.9'
self.base_url = 'http://redis.io/commands' self.base_url = 'http://redis.io/commands'
html_filters.push 'redis/entries', 'redis/clean_html', 'title' html_filters.push 'redis/entries', 'redis/clean_html', 'title'