What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

FCALL_RO

Invokes a read-only function.

Usage
FCALL_RO function numkeys [key ...] [arg ...]
Complexity
Depends on the function that is executed.
Since
7.0.0
ACL Categories
@scripting, @slow
Command flags
NOSCRIPT, SKIP_MONITOR, NO_MANDATORY_KEYS, STALE, READONLY

Replies

RESP2

The return value depends on the function that was executed.

RESP3

The return value depends on the function that was executed.