Update Redis documentation (5.0.0)

pull/929/head
Thibaut Courouble 6 years ago
parent e446d22e49
commit 70026de685

@ -21,7 +21,7 @@ module Docs
when 'PFADD' then 'HyperLogLog' when 'PFADD' then 'HyperLogLog'
when 'CLUSTER ADDSLOTS' then 'Cluster' when 'CLUSTER ADDSLOTS' then 'Cluster'
when 'GEOADD' then 'Geo' when 'GEOADD' then 'Geo'
when 'XADD' then 'Stream' when 'XACK' then 'Stream'
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.release = '4.0.11' self.release = '5.0.0'
self.base_url = 'https://redis.io/commands' self.base_url = 'https://redis.io/commands'
self.links = { self.links = {
home: 'https://redis.io/', home: 'https://redis.io/',

Loading…
Cancel
Save