(script-eval) ( script keys args command -- )


Vocabulary
redis.command-writer.private

Inputs
scriptan object
keysan object
argsan object
commandan object


Outputs
None

Definition


:: (script-eval) ( script keys args command -- )
[ script , keys length , keys % args % ] { } make
{ command } write-command-multi ;