RFC | Status |
---|---|
(PR number) |
(Change to Proposed when it's ready for review) |
A few sentences describing the feature.
What the feature solves and why the existing functionality is not enough.
A description of the design constraints and requirements for the proposal, along with comparisons to similar features in other projects.
A more detailed description of the feature, including the reasoning behind the design choices.
If any new commands are introduced:
- Command name
- Request
- Response
If there are any changes around introducing new ACL command/categories for user access control.
If there are any changes around the persistence mechanism of every write operation.
If there are any changes in snapshotting mechanisms like new data type, version, etc.
If there are any configuration changes introduced to enable/disable/modify the behavior of the feature.
If there are any events to be introduced or modified to observe activity around the dataset.
If there is any special handling for this feature (e.g., client redirection, Sharded PubSub, etc) in cluster mode or if there are any new cluster bus extensions or messages introduced, list out the changes.
If any new module APIs are needed to implement or support this feature.
If there are any changes required in the replication mechanism between a primary and replica.
If there are any changes introduced in the RESP protocol (RESP), client behavior, new server-client interaction mechanism (TCP, RDMA), etc.
If there are any new dependency libraries required to support the feature. Existing dependencies are jemalloc, lua, etc. If the library needs to be vendored into the project, please add supporting reason for it.
If there are any benchmarks performed and preliminary results (add the hardware/software setup) are available to share or a set of scenarios identified to measure the feature's performance.
If there are any test scenarios planned to ensure the feature's stability and validate its behavior.
If there are any new metrics/stats to be introduced to observe behavior or measure the performance of the feature.
If there is any debug mechanism introduced to support admin/operators for maintaining the feature.
Links to related material such as issues, pull requests, papers, or other references.