Programmer Reference : Redis : EsRedisNestingException
EsRedisNestingException
Description
An exception indicating an invalid attempt to nest Redis operations. This exception is signaled when an attempt is made to start a new pipeline or transaction from within the context of an already active transaction. Redis does not support nested transactions, and this client library enforces this rule to prevent server-side errors and unpredictable behavior.
Class Methods
None
Instance Methods
None
Last modified date: 01/22/2026