Jens Deppe created GEODE-10018:
----------------------------------
Summary: Remove tx flag from Redis SetOptions
Key: GEODE-10018
URL: https://issues.apache.org/jira/browse/GEODE-10018
Project: Geode
Issue Type: Improvement
Components: redis
Reporter: Jens Deppe
A recent change ([https://github.com/apache/geode/pull/7321)] consolidated the
logic for transactional operations, avoiding the need for individual data
structs and commands to take different code paths to account for delta changes
vs tx contexts.
The MSET command still contains this older approach which can now be removed.
Practically, we can remove the {{SetOptions.inTransaction}} field and all logic
surrounding this flag.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)