Where is the C++ client library for RedisTS?

I could not find the c++ client on the client library page (Clients - RedisTimeSeries - Time-Series data structure for Redis), so where is the c++ client library? Thanks for any kind help

At this time, There is no dedicated C++ client library for RedisTimeSeries.
We encourage community members to develop additional clients. As you can see, more than half of RedisTimeSeries clients were developed by the community - not by Redis itself.

That being said, many C++ client libraries are available for Redis (Redis). Using many of these libraries you are able to execute any Redis command (including module commands) and it should be quite straightforward to add RedisTimeSeries-specific methods.