Currently you can do momento cache set and momento cache get, but no way to delete a key from a cache.
I believe that someone may have started adding this in the past but there was some hesitation around what the command should be, since momento cache delete already exists and will delete a cache. The best ideas I have at the moment are momento cache delete-key or momento cache delete-item.
There is a small chance that the rust sdk doesn't yet support this API, in which case we would need to add that first and do a release of the rust sdk.
Currently you can do
momento cache set
andmomento cache get
, but no way to delete a key from a cache.I believe that someone may have started adding this in the past but there was some hesitation around what the command should be, since
momento cache delete
already exists and will delete a cache. The best ideas I have at the moment aremomento cache delete-key
ormomento cache delete-item
.There is a small chance that the rust sdk doesn't yet support this API, in which case we would need to add that first and do a release of the rust sdk.