redis_scripts: Load Lua scripts into Redis

Description Usage Arguments

View source: R/script.R

Description

Load Lua scripts into Redis, providing a convenience function to call them with. Using this function means that scripts will be available to use via EVALSHA, and will be preloaded on the Redis server. Scripts are then accessed by name rather than by content or SHA. See the vignette for details and an example.

Usage

1
redis_scripts(con, ..., scripts = list(...))

Arguments

con

A Redis connection

...

A number of scripts

scripts

Alternatively, a list of scripts


redux documentation built on Jan. 12, 2022, 5:09 p.m.