标签: azure redis redis-cluster azure-redis-cache
我有两个Azure Redis缓存A和B。我想将B中的所有密钥追加到A。
这是我到目前为止尝试过的内容:
有没有更好的方法来实现这一目标?
注意:导入到A中会用B 替换 A的内容。