redis_scripts | R Documentation |
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.
redis_scripts(con, ..., scripts = list(...))
con |
A Redis connection |
... |
A number of scripts |
scripts |
Alternatively, a list of scripts |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.