NReJSON icon indicating copy to clipboard operation
NReJSON copied to clipboard

Is it possible to add the extension methods to the redis transaction interface (ITransaction)

Open rajasekarshanmugam opened this issue 1 year ago • 1 comments

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?

rajasekarshanmugam avatar Dec 08 '22 07:12 rajasekarshanmugam

🤔

I'll look into this!

On December 8, 2022, Ahmed Shirin @.***> wrote:

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?

— Reply to this email directly, view it on GitHub https://github.com/tombatron/NReJSON/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5ESJFATG55F4M6RBSKBTWMGG6ZANCNFSM6AAAAAASXZUY4U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tombatron avatar Dec 08 '22 20:12 tombatron