File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def get_type
12
12
when 'HDEL' then 'Hashes'
13
13
when 'BLPOP' then 'Lists'
14
14
when 'SADD' then 'Sets'
15
- when 'ZADD' then 'Sorted Sets'
15
+ when 'BZPOPMAX' then 'Sorted Sets'
16
16
when 'PSUBSCRIBE' then 'Pub/Sub'
17
17
when 'DISCARD' then 'Transactions'
18
18
when 'EVAL' then 'Scripting'
@@ -21,6 +21,7 @@ def get_type
21
21
when 'PFADD' then 'HyperLogLog'
22
22
when 'CLUSTER ADDSLOTS' then 'Cluster'
23
23
when 'GEOADD' then 'Geo'
24
+ when 'XADD' then 'Stream'
24
25
else 'Miscellaneous'
25
26
end
26
27
end
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Redis < UrlScraper
3
3
self . type = 'redis'
4
- self . release = '4.0.9 '
4
+ self . release = '4.0.11 '
5
5
self . base_url = 'https://redis.io/commands'
6
6
self . links = {
7
7
home : 'https://redis.io/' ,
You can’t perform that action at this time.
0 commit comments