torwig opened a new pull request, #1375: URL: https://github.com/apache/incubator-kvrocks/pull/1375
Since Redis has the `MEMORY` command, tools like `RedisInsight` use it to show information to the user. Currently, `RedisInsight` can't show memory usage by keys because `Kvrocks` doesn't support the `MEMORY USAGE` command. Solution: make the `MEMORY USAGE` command an alias to the `DISK USAGE` command. Currently, the `MEMORY USAGE` command doesn't support the optional `SAMPLES` option. The integration test basically checks that `Kvrocks` support the new command and the response is an integer value conforming to the Redis spec. -- 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]
