Executes a remote function by its global entity identifier with specified arguments.
If options.ttl is infinity, the function will be cached indefinitely and can only be
removed by calling flush. During this time, the function will remain active and can
its state can be augmented by calling set, incr, del, etc OR by calling a
transactional 'hook' function.
Executes a remote function by its global entity identifier with specified arguments. If options.ttl is infinity, the function will be cached indefinitely and can only be removed by calling
flush
. During this time, the function will remain active and can its state can be augmented by callingset
,incr
,del
, etc OR by calling a transactional 'hook' function.