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.
Note
This feature is also available in the NCache Community Edition.
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 Development Environment
Explains how to set up a development environment to employ this client.
Client API Prerequisites
Explains the prerequisites necessary to create Python client applications.