Update Redis documentation (4.0.11)

pull/856/merge
Thibaut Courouble 7 years ago
parent 17b70ac46f
commit 7c4f71dd8d

@ -12,7 +12,7 @@ module Docs
when 'HDEL' then 'Hashes' when 'HDEL' then 'Hashes'
when 'BLPOP' then 'Lists' when 'BLPOP' then 'Lists'
when 'SADD' then 'Sets' when 'SADD' then 'Sets'
when 'ZADD' then 'Sorted Sets' when 'BZPOPMAX' then 'Sorted Sets'
when 'PSUBSCRIBE' then 'Pub/Sub' when 'PSUBSCRIBE' then 'Pub/Sub'
when 'DISCARD' then 'Transactions' when 'DISCARD' then 'Transactions'
when 'EVAL' then 'Scripting' when 'EVAL' then 'Scripting'
@ -21,6 +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'
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.9' self.release = '4.0.11'
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