StackExchange.Redis allows many async operations over a transaction as documented here (https://stackexchange.github.io/StackExchange.Redis/Transactions.html). However, JSON-specific functions are lacking in the transaction interface. Is it possible to also have extension methods on the transactions, so JSON operations can be used?
StackExchange.Redis allows many async operations over a transaction as documented here (https://stackexchange.github.io/StackExchange.Redis/Transactions.html). However, JSON-specific functions are lacking in the transaction interface. Is it possible to also have extension methods on the transactions, so JSON operations can be used?