소스 검색

Update Redis documentation (2.8.7)

Thibaut 11 년 전
부모
커밋
6186cb53e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/redis.rb

+ 1 - 1
lib/docs/scrapers/redis.rb

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