FCALL_RO

Syntax
FCALL_RO function numkeys [key [key ...]] [arg [arg ...]]
Available since:
7.0.0
Time complexity:
Depends on the function that is executed.
ACL categories:
@slow, @scripting,

这是FCALL命令的只读版本,无法执行修改数据的命令。

有关何时使用此命令与FCALL的更多信息,请参阅只读脚本

更多信息请参考Introduction to Redis Functions

RESP2/RESP3 回复

The return value depends on the function that was executed.
RATE THIS PAGE
Back to top ↑