@@ -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
@@ -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/',