0 votes
in Azure by

Why isn't there an MSDN class library reference for Azure Redis Cache?

1 Answer

0 votes
by

Microsoft Azure Redis Cache is built on the famous open source Redis Cache and can be accessible by several Redis clients written in various computer languages. Every client has its API for making Redis commands calls to the cache instance. There is no unified class reference on MSDN since each client is unique and keeps its reference data.

...