QueuedRedisCommand class

A command that has been queued for execution on the Redis connector instance.

Constructors

QueuedRedisCommand({required Completer<Object?> completer, required String command, required StackTrace stacktrace, List<Object?>? args})

Properties

args List<Object?>?
The arguments that are being passed to the command.
final
command String
The command that is being executed.
final
completer Completer<Object?>
The completer that will be completed when the command has been executed.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace StackTrace
The originating stacktrace of the command that is being executed. This helps provide better stack locations to end users that are sending commands, since the stacktrace provides the location.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited