Return value after Set command
Author: XanderD99Created Dec 16, 2025Updated Dec 19, 2025
Add an optional flag to the set and fset commands that returns the full updated object in the response.
This would be a quality-of-life improvement that eliminates the need for an additional get call after each set/fset when the caller needs the complete object state. Returning the full object directly would reduce extra round-trip, simplify client logic, and improve overall efficiency, especially in workflows that immediately depend on the updated data.
Source: tidwall/tile38