redis:即时设置“maxclients”

如何在redis中将maxclients设置为X ? 我知道它应该是这样的:

config set maxclients X

但我不断收到错误

(error) ERR Unsupported CONFIG parameter: maxclients

我甚至检查,以确保maxclients config set通过运行config set config get *maxclients列出,其数量55列表由庞大的列表打印出config get *

显然,尽pipe官方的Redis 文档说configurationget支持的任何东西都被configuration集所支持,但事实上configuration集并不支持maxclients参数,并且直到 2.8版才支持它,我相信。