In the old version of redis client for C # , commands like:
redisClient.GetTypedClient<Customer>()
But now, as I saw in the examples, it has been changed to .As<Customer>()
Question
Where is the api documentation for all of these commands?
Third party links will also be appreciated.
This link does not contain documentation for all teams
source
share