Skip to content

Commit

Permalink
Merge branch 'master' into acl-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 4, 2024
2 parents 3fbedc7 + c6fd9d9 commit 567410b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/supported-commands/DRAGONFLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

> To implement support for a command, see [here](/guides/implement-command/)
This are commands that are not implemented in Redis but supported in Dragonfly and FakeRedis.

To use these commands, you can call `execute_command` with the command name and arguments as follows:
These are commands that are not implemented in Redis but supported in Dragonfly and FakeRedis. To use these commands,
you can call `execute_command` with the command name and arguments as follows:

```python
client = FakeRedis(server_type="dragonfly")

client.execute_command("SADDEX", 10, "key", "value")
```

Expand Down
3 changes: 3 additions & 0 deletions docs/supported-commands/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Commands from [Redis][1], [RedisJSON][2], [RedisTimeSeries][3], and [RedisBloom][4] are supported.

Additionally, [Dragonfly specific commands][dragonfly] are also supported.

[1]: /supported-commands/Redis/BITMAP/
[2]: /supported-commands/RedisJSON/JSON/
[3]: /supported-commands/RedisTimeSeries/TIMESERIES/
[4]: /supported-commands/RedisBloom/BF/
[dragonfly]: /supported-commands/DRAGONFLY/

0 comments on commit 567410b

Please sign in to comment.