@@ -35,12 +35,16 @@ Contributions welcome! Only the commands I've needed so far are implemented.
35
35
- [ DEL] ( https://redis.io/docs/latest/commands/DEL/ )
36
36
- [ EXPIRE] ( https://redis.io/docs/latest/commands/EXPIRE/ )
37
37
- [ FLUSHALL] ( https://redis.io/docs/latest/commands/FLUSHALL/ )
38
+ - [ FT.CREATE] ( https://redis.io/docs/latest/commands/FT.CREATE/ )
39
+ - [ FT.SEARCH] ( https://redis.io/docs/latest/commands/FT.SEARCH/ )
38
40
- [ GET] ( https://redis.io/docs/latest/commands/GET/ )
39
41
- [ GETEX] ( https://redis.io/docs/latest/commands/GETEX/ )
40
42
- [ HGET] ( https://redis.io/docs/latest/commands/HGET/ )
41
43
- [ HSET] ( https://redis.io/docs/latest/commands/HSET/ )
42
44
- [ INCR] ( https://redis.io/docs/latest/commands/INCR/ )
43
45
- [ INCRBY] ( https://redis.io/docs/latest/commands/INCRBY/ )
46
+ - [ JSON.GET] ( https://redis.io/docs/latest/commands/JSON.GET/ )
47
+ - [ JSON.SET] ( https://redis.io/docs/latest/commands/JSON.SET/ )
44
48
- [ KEYS] ( https://redis.io/docs/latest/commands/KEYS/ )
45
49
- [ PING] ( https://redis.io/docs/latest/commands/PING/ )
46
50
- [ PUBLISH] ( https://redis.io/docs/latest/commands/PUBLISH/ )
@@ -57,5 +61,6 @@ Contributions welcome! Only the commands I've needed so far are implemented.
57
61
- [ XACK] ( https://redis.io/docs/latest/commands/XACK/ )
58
62
- [ XADD] ( https://redis.io/docs/latest/commands/XADD/ )
59
63
- [ XDEL] ( https://redis.io/docs/latest/commands/XDEL/ )
64
+ - [ XGROUP.CREATE] ( https://redis.io/docs/latest/commands/XGROUP.CREATE/ )
60
65
- [ XREAD] ( https://redis.io/docs/latest/commands/XREAD/ )
61
66
- [ XREADGROUP] ( https://redis.io/docs/latest/commands/XREADGROUP/ )
0 commit comments