/// Get the value of key. If the key does not exist the special value nil is returned. An error is returned if the value stored at key is not a string, because GET only handles string values.
/// Get the value of key. If the key does not exist the special value nil is returned. An error is returned if the value stored at key is not a string, because GET only handles string values.
/// The CLIENT GETNAME returns the name of the current connection as set by CLIENT SETNAME. Since every new connection starts without an associated name, if no name was assigned a null string is returned.
/// The CLIENT GETNAME returns the name of the current connection as set by CLIENT SETNAME. Since every new connection starts without an associated name, if no name was assigned a null string is returned.
...
@@ -74,7 +69,7 @@ partial interface IRedis
...
@@ -74,7 +69,7 @@ partial interface IRedis
voidQuit(CommandFlagsflags=CommandFlags.None);
voidQuit(CommandFlagsflags=CommandFlags.None);
}
}
partialinterfaceIRedisAsync
publicpartialinterfaceIRedisAsync
{
{
/// <summary>
/// <summary>
/// The CLIENT GETNAME returns the name of the current connection as set by CLIENT SETNAME. Since every new connection starts without an associated name, if no name was assigned a null string is returned.
/// The CLIENT GETNAME returns the name of the current connection as set by CLIENT SETNAME. Since every new connection starts without an associated name, if no name was assigned a null string is returned.
...
@@ -83,7 +78,8 @@ partial interface IRedisAsync
...
@@ -83,7 +78,8 @@ partial interface IRedisAsync
/// <returns>The connection name, or a null string if no name is set.</returns>
/// <returns>The connection name, or a null string if no name is set.</returns>