RedisInsight / Redis-for-VS-Code

Redis GUI extension for Visual Studio Code by Redis
Other
20 stars 1 forks source link

Bulk Delete for Redis Key Groups in VS Code Extension #205

Open igolskyi opened 1 month ago

igolskyi commented 1 month ago

Problem description (Describe the problem you would like to solve with this feature request or suggested idea). I'd like to suggest adding a bulk delete feature for groups of keys (aka folders). Currently, the delete icon only appears on individual keys. Implementing this functionality would greatly improve efficiency, allowing users to delete entire groups at once.

How often do you encounter this problem (Describe how frequently this problem occurs). Currently it is constant behavior: image-1

Alternatives considered (Describe any alternative features or products you've considered). I've noticed another Redis extension offer this feature, and its inclusion in the official extension would be highly beneficial.

image

Additional information (Add any other context or details here).

ViktarStarastsenka commented 1 month ago

hi @igolskyi , thank you for the feedback. Bulk deletion is on our Roadmap, but I can't provide any exact timelines at the moment.