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 'PFADD' then 'HyperLogLog'
when 'CLUSTER ADDSLOTS' then 'Cluster'
when 'GEOADD' then 'Geo'
else 'Miscellaneous'
end
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/',

Loading…
Cancel
Save