Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

Command to clear a set #513

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A simple request to add a command that clears all the members from a set, 
resulting in the empty set.

Original issue reported on code.google.com by dgoris...@gmail.com on 6 Apr 2011 at 10:18

GoogleCodeExporter commented 8 years ago
Non-existing keys are considered as empty sets, so you can just delete it.

Original comment by pcnoordh...@gmail.com on 6 Apr 2011 at 11:11