summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/fcall_ro.md
blob: 576b14067467c11d6a36f2e5e5148a13fe75a582 (plain)
1
2
3
4
5
This is a read-only variant of the `FCALL` command that cannot execute commands that modify data.

For more information about when to use this command vs `FCALL`, please refer to [Read-only scripts](/docs/manual/programmability/#read-only_scripts).

For more information please refer to [Introduction to Redis Functions](/topics/functions-intro).