Update Redis documentation (3.0.3)

pull/229/merge
Thibaut 10 years ago
parent 16271525b4
commit 10b39bf2ef

@ -20,6 +20,7 @@ module Docs
when 'BGREWRITEAOF' then 'Server' when 'BGREWRITEAOF' then 'Server'
when 'PFADD' then 'HyperLogLog' when 'PFADD' then 'HyperLogLog'
when 'CLUSTER ADDSLOTS' then 'Cluster' when 'CLUSTER ADDSLOTS' then 'Cluster'
when 'GEOADD' then 'Geo'
else 'Miscellaneous' else 'Miscellaneous'
end end
end end

@ -1,7 +1,7 @@
module Docs module Docs
class Redis < UrlScraper class Redis < UrlScraper
self.type = 'redis' 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.base_url = 'http://redis.io/commands'
self.links = { self.links = {
home: 'http://redis.io/', home: 'http://redis.io/',

Loading…
Cancel
Save