Python Client
NCache provides a Python Client to take advantage of distributed caching capabilities. This section details how to set up a development environment to employ this client and the prerequisites necessary to create client applications.
Important
Before getting started with NCache in Python, take the following prerequisites under consideration:
- Ensure only .NET 6.0 is installed on the machine where you are running your python application.
- Microsoft Visual C++ redistributed package 2015 is installed.
In This Section
Client API Prerequisites
Explains the prerequisites necessary to create Python client applications.