-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
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
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid