зеркало из
1
0
Форкнуть 0
1 Management Console
Pratik Bhattacharya редактировал(а) эту страницу 2021-06-27 03:14:44 +05:30
Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

The management console can be used by Administrators and DRIs for connecting to the Redis Cluster for performing maintenance duties. All operations performed in the Management Console have isolation safety, i.e. operations performed by one team wont interfere with cached keys and objects of other applications. Currently the Management Console is a C# Console Application. We are working towards improving the experience. The following operations are allowed from the Management Console:

  1. Check value of a key (only string data type)
  2. Add a new key (only string data type)
  3. Delete a key
  4. See all keys
  5. Flush the database
  6. Ping the cluster The tool can be downloaded from the below location: https://microsoft-my.sharepoint.com/:u:/p/pratikb/EcrSBYzUXYlDgNTxa9ggqOUBbFJdCnPNh5W6cRSSPLO34Q?e=GfIR8l Unzip the files and open “URP Client” link. Provide the Cluster ID, App ID, and App Secret to connect to your application