SmartRedis
SmartRedis copied to clipboard
Update ScriptStore/ScriptExecute API to conform with RedisAI changes
Description
RedisAI has deprecated the AI.SCRIPTSET
and AI.SCRIPTRUN
API functions and added some additional functionality to the replacement AI.SCRIPTSTORE
and AI.SCRIPTEXECUTE
functions. The SmartRedis API should be updated to conform with these changes.
Justification
The additional features of the API are useful for users, and the existing RedisAI API will be removed in future releases.
Implementation Strategy
The following changes are needed:
- [ ]
ScriptSet
changed toScriptStore
.ScriptStore
has an additional parameterENTRY_POINTS
which will need to be added to the SmartRedis API. - [ ] Update unit tests to comply with the new script API
- [ ] Update examples to comply with the new script API