userver: userver/storages/redis/transaction.hpp File Reference
Loading...
Searching...
No Matches
transaction.hpp File Reference

Detailed Description

Atomic sequence of Redis commands (https://redis.io/topics/transactions), that is usually retrieved from storages::redis::Client::Multi().

Definition in file transaction.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Classes

class  storages::redis::Transaction
 Atomic sequence of Redis commands (https://redis.io/topics/transactions), that is usually retrieved from storages::redis::Client::Multi(). More...
 
class  storages::redis::EmptyTransactionException
 
class  storages::redis::NotStartedTransactionException
 

Namespaces

namespace  storages
 Components, clients and helpers for different databases and storages.
 
namespace  storages::redis
 Valkey and Redis client and helpers.
 

Typedefs

using storages::redis::TransactionPtr = std::unique_ptr<Transaction>