Hi there,
Looking at the RedisTimeSeries documentation, I cannot find how to remove a time-series and its samples. Is there a way to do that?
For instance, let’s say I create one or more time-series per project in a multi-tenant application. When a project is deleted, I would like to delete the time-series that are associated, including the samples.
The ideal would be to use labels for specifying what time series must be deleted. Is this possible?
(I use JRedisTimeSeries as a client)