Taymindis opened a new issue, #2628: URL: https://github.com/apache/kvrocks/issues/2628
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation - Using Namespace in cluster mode to easily flush the keys . ### Solution - As i knew namespace simply prepend the namespace prefix to the user key and remove it before retrieving. But it couldn't achieve with just simple key prefix. What is we use the hashtag like below, if our namespace is `foo`, and key is 1234 {foo}:1234 ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
