Commit eb6cc47
Implement command (no arg) (#4026)
* Implement command (no arg)
https://redis.io/docs/latest/commands/command/
Adding it for completeness and as alternative to COMMAND INFO for Redis server prior 7.0.0.
COMMAND (no args) is available with Redis 2.x
COMMAND INFO is available since REDIS version 7.0.0
Relates to: #2922
Support COMMAND commands (#2922)
commit : 3590438
Closes #793
* Update ControlCommandsTest.java
---------
Co-authored-by: M Sazzadul Hoque <[email protected]>1 parent fcdc0d5 commit eb6cc47
File tree
2 files changed
+28
-0
lines changed- src
- main/java/redis/clients/jedis
- test/java/redis/clients/jedis/commands/jedis
2 files changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8253 | 8253 | | |
8254 | 8254 | | |
8255 | 8255 | | |
| 8256 | + | |
| 8257 | + | |
| 8258 | + | |
| 8259 | + | |
| 8260 | + | |
| 8261 | + | |
8256 | 8262 | | |
8257 | 8263 | | |
8258 | 8264 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
504 | 526 | | |
505 | 527 | | |
506 | 528 | | |
| |||
0 commit comments