Skip to content

Can explicit script loading apis be supported #3171

Open
@dernayider

Description

@dernayider

When using spring-data-redis to execute Aerospike Lua scripts, an exception occurred during an evalsha call: redis.clients.jedis.exceptions.JedisNoScriptException: NOSCRIPT No matching script. Please use EVAL. The encapsulated RedisTemplate does not provide an API for executing loadScript, which prevents pre-loading the script into the Redis server. This leads to the NOSCRIPT error when using evalsha for script execution.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions