Update ScriptStore/ScriptExecute API to conform with RedisAI changes #242
Labels
API break
Issues that include incompatible API changes
area: C++
Issues related to the C++ client
area: C
Issues related to the C client
area: fortran
issues related to the Fortran Client
area: python
Issues related to the Python Client
Description
RedisAI has deprecated the
AI.SCRIPTSET
andAI.SCRIPTRUN
API functions and added some additional functionality to the replacementAI.SCRIPTSTORE
andAI.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.The text was updated successfully, but these errors were encountered: