Skip to content

Can explicit script loading apis be supported #3171

Closed
@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

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions