简体   繁体   English

删除StackExchange.Redis中Set的所有键

[英]Delete All keys of a Set in StackExchange.Redis

I wonder is there any method to completely delete a set in the StackExchange.Redis library? 我想知道是否有什么方法可以完全删除StackExchange.Redis库中的集合?

As I know there is a method in Redis : Empty/delete a set in Redis? 据我所知,Redis中有一种方法:在Redis中清空/删除集合?

Thanks 谢谢

The KeyDelete method should be what you're looking for. KeyDelete方法应该是您要寻找的。 As seen in the repo the comments indicate it functions the same as DEL 回购所示 ,注释表明其功能与DEL相同

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM