Parcourir la source

Update Redis documentation (3.0.3)

Thibaut il y a 10 ans
Parent
commit
10b39bf2ef
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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

@@ -20,6 +20,7 @@ module Docs
         when 'BGREWRITEAOF'     then 'Server'
         when 'PFADD'            then 'HyperLogLog'
         when 'CLUSTER ADDSLOTS' then 'Cluster'
+        when 'GEOADD'           then 'Geo'
         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 3.0.2'
+    self.version = 'up to 3.0.3'
     self.base_url = 'http://redis.io/commands'
     self.links = {
       home: 'http://redis.io/',