Redis::Transaction
Inherits Redis::Commands::Deferred < Redis::Commands < Redis::Commands::Vector < Redis::Commands::HyperLogLog < Redis::Commands::Geo < Redis::Commands::Stream < Redis::Commands::SortedSet < Redis::Commands::Set < Redis::Commands::List < Redis::Commands::Hash < Reference < Object
Constructors
new(connection : Connection)
SourceInstance methods
discard
Sourcediscarded?(*args, **options)
Sourcediscarded?(*args, **options, &)
Sourceexec
Sourcerun(command) : Nil
Execute the given command and return the result from the server. Commands
must be an Enumerable and its size method must be re-entrant.
run({"set", "foo", "bar"})
start!
Sourcestatus
Source