The command INFO includes the following lines:
# Server
redis_version:255.255.255
redis_git_sha1:daadbca2
redis_git_dirty:1
redis_build_id:187c43196ce2ead2
redis_mode:standalone
Clients use this information to find out which version the server is running and from this they can conclude which features it supports.
The question is whether API compatibility justifies using a trademark name in the output of the command.
We have some alternatives:
- Change "redis_version" to "server_version" (etc.) and also add a "server_name:newname"
- Change the prefix, e.g. "newname_version", etc.
- Keep the existing output.
The command
INFOincludes the following lines:Clients use this information to find out which version the server is running and from this they can conclude which features it supports.
The question is whether API compatibility justifies using a trademark name in the output of the command.
We have some alternatives: