Back to Envoy

Redis Proxy Custom Commands In Transactions

changelogs/current/bug_fixes/redis_proxy__custom-commands-in-transactions.rst

1.39.0329 B
Original Source

Fixed a bug where commands configured via :ref:custom_commands <envoy_v3_api_field_extensions.filters.network.redis_proxy.v3.RedisProxy.custom_commands> were rejected within MULTI/EXEC transactions. Custom commands are now treated as simple commands within transactions, matching their behavior outside of transactions.