Skip to main content

Lua scripts with Aiven for Caching

Learn how to leverage the built-in support for Lua scripting in Aiven for Caching.

Aiven for Caching has inbuilt support for running Lua scripts to perform various actions directly on the Redis server. Scripting is typically controlled using the EVAL, EVALSHA and SCRIPT LOAD commands.

For all newly created Aiven for Caching instances, EVAL, EVALSHA and SCRIPT LOAD commands are enabled by default.

note

Any outage caused by customer usage, including custom scripts, is not covered by the service SLA (Service Level Agreement).

For more information about Redis scripting, check Redis documentation.