Method | Description | |
---|---|---|
And ( ) : RedisKey |
Combines events by finding their logical intersection.
|
|
AndAsync ( ) : Task |
Combines events by finding their logical intersection.
|
|
Not ( |
Gets the logical negation of an event.
|
|
NotAsync ( |
Gets the logical negation of an event.
|
|
Or ( ) : RedisKey |
Combines events by finding their logical union.
|
|
OrAsync ( ) : Task |
Combines events by finding their logical union.
|
|
XOr ( ) : RedisKey |
Combines events by finding their logical exclusive OR.
|
|
XOrAsync ( ) : Task |
Combines events by finding their logical exclusive OR.
|
Method | Description | |
---|---|---|
Base64 ( IEnumerable |
Gets the Base64 representation of a collection of values.
|
|
TempKey ( ) : RedisKey |
Creates a new temporary key.
|
|
TemporarilyOrKeys ( IDatabase database, RedisKey keys ) : RedisKey |
Logically ORs the keys supplied and returns the location of the value if more than one key is supplied, otherwise it immediately returns the key.
|
|
TemporarilyOrKeysAsync ( IDatabase database, RedisKey keys ) : Task |
Logically ORs the keys supplied and returns the location of the value if more than one key is supplied, otherwise it immediately returns the key.
|
public static Not ( |
||
@event | ||
return | RedisKey |
public static NotAsync ( |
||
@event | ||
return | Task |