valkey-io / valkey

A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, since it's a twist on the key-value datastore.

Home Page:https://valkey.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] Add subcommands for io-threads in DEBUG command.

lipzhu opened this issue · comments

The problem/use-case that the feature addresses

Add subcommands for io-threads in DEBUG command.

Description of the feature

Add subcommands for io-threads in DEBUG command, then we can use command like DEBUG set-active-io-thread-count to force IO threads on and off at runtime instead of restarting server. More details please refer to #111 (comment)

Additional information

This is a follow up of #111.