Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -108,7 +108,7 @@ 108 108 109 109 :执行dictDelete方法,删除dict表中具体的数据; 110 110 if(删除成功)then(yes) 111 -: 对应集群模式的服务器,还需要删除cluster中的key,防止路由查询key失败;111 +:在集群模式下的redis,还需要删除cluster中的key,防止路由查询key失败; 112 112 :返回1; 113 113 else 114 114 :返回0;