Skip to content

Commit 7c4f71d

Browse files
committed
Update Redis documentation (4.0.11)
1 parent 17b70ac commit 7c4f71d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/docs/filters/redis/entries.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_type
1212
when 'HDEL' then 'Hashes'
1313
when 'BLPOP' then 'Lists'
1414
when 'SADD' then 'Sets'
15-
when 'ZADD' then 'Sorted Sets'
15+
when 'BZPOPMAX' then 'Sorted Sets'
1616
when 'PSUBSCRIBE' then 'Pub/Sub'
1717
when 'DISCARD' then 'Transactions'
1818
when 'EVAL' then 'Scripting'
@@ -21,6 +21,7 @@ def get_type
2121
when 'PFADD' then 'HyperLogLog'
2222
when 'CLUSTER ADDSLOTS' then 'Cluster'
2323
when 'GEOADD' then 'Geo'
24+
when 'XADD' then 'Stream'
2425
else 'Miscellaneous'
2526
end
2627
end

lib/docs/scrapers/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Redis < UrlScraper
33
self.type = 'redis'
4-
self.release = '4.0.9'
4+
self.release = '4.0.11'
55
self.base_url = 'https://redis.io/commands'
66
self.links = {
77
home: 'https://redis.io/',

0 commit comments

Comments
 (0)