Преглед на файлове

Update Redis documentation (2.8.9)

Thibaut преди 11 години
родител
ревизия
cb4213443a
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      lib/docs/filters/redis/entries.rb
  2. 1 1
      lib/docs/scrapers/redis.rb

+ 1 - 0
lib/docs/filters/redis/entries.rb

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

+ 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.8'
+    self.version = 'up to 2.8.9'
     self.base_url = 'http://redis.io/commands'
 
     html_filters.push 'redis/entries', 'redis/clean_html', 'title'