gpt4 book ai didi

azure - azure-mgmt-redis maven 依赖项使用什么?

转载 作者:行者123 更新时间:2023-12-03 03:54:50 25 4
gpt4 key购买 nike

我正在尝试使用 springboot 将 azure sdk 用于 redis,以便从 Java 应用程序连接到 redis。我在这个 link 中遇到了两个依赖项。 azure-mgmt-redis 依赖项的用途是什么?

有人可以帮我解决同样的问题吗?

<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-redis</artifactId>
<version>1.3.0</version>
</dependency>

最佳答案

azure-mgmt-redis 用于管理 Azure Redis 资源。例如,您可以使用它来创建/删除 Azure Redis 实例、导入数据或更新 Azure Redis 实例配置。

此SDK基于Azure management REST API .

Jedis 用于调用 Azure Redis 服务,例如获取/设置键/值。

关于azure - azure-mgmt-redis maven 依赖项使用什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64966230/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com