ServerInfo class

Constructors

ServerInfo({required String redisVersion, required String redisGitSha1, required bool redisGitDirty, required String redisBuildId, required String redisMode, required String os, required int archBits, required String multiplexingApi, required String atomicvarApi, required String gccVersion, required int processId, required String runId, required int tcpPort, required int uptimeInSeconds, required int uptimeInDays, required int hz, required int lruClock, required String executable, required String configFile})
ServerInfo.fromMap(Map<String, String> map)
factory

Properties

archBits int
final
atomicvarApi String
final
configFile String
final
executable String
final
gccVersion String
final
hashCode int
The hash code for this object.
no setterinherited
hz int
final
lruClock int
final
multiplexingApi String
final
os String
final
processId int
final
redisBuildId String
final
redisGitDirty bool
final
redisGitSha1 String
final
redisMode String
final
redisVersion String
final
runId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tcpPort int
final
uptimeInDays int
final
uptimeInSeconds int
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