Managing DCS
eSurfing Cloud DCS Redis provides two methods for instance management, namely web visual console and OpenAPI.
l Web visual management console: Log in to your eSurfing Cloud account, enter the control center, select the resource pool for the instance, and select DCS Redis to enter the Redis console. The console provides Redis-related instance management capabilities, including life cycle management, instance details, configuration management, backup and restoration management, etc. For specific operations, please see the sub-chapters in this user guide.
l OpenAPI: eSurfing Cloud DCS Redis provides an API interface to support integrating the cache service into its application system to achieve automated and unified management. Please see the API chapter for specific calling methods and interface details.
Using DCS
After a DCS Redis instance is created successfully, you can connect to the Redis instance in many ways. DCS Redis Version is fully compatible with the native Redis and supports all clients supported by the native Redis. The method of connecting to the database is basically the same. You can select any client program that is compatible with the Redis protocol based on your own application features. See Connecting to the Instance section.