Method | Description | |
---|---|---|
Add ( Feature feature ) : void | ||
Clear ( Feature feature ) : void | ||
Disable ( Feature feature, IGate gate, object thing ) : void | ||
Enable ( Feature feature, IGate gate, object thing ) : void | ||
Get ( Feature feature ) : object>.IDictionary |
||
RedisAdapter ( IDatabase database ) : System | ||
Remove ( Feature feature ) : void |
Method | Description | |
---|---|---|
Clear ( IDatabaseAsync database, Feature feature ) : Task |
||
ToField ( IGate gate, object thing ) : string | ||
UnsupportedDataType ( IGate gate ) : void | ||
ValuesForSetGate ( IEnumerable |
public Disable ( Feature feature, IGate gate, object thing ) : void | ||
feature | Feature | |
gate | IGate | |
thing | object | |
return | void |
public Enable ( Feature feature, IGate gate, object thing ) : void | ||
feature | Feature | |
gate | IGate | |
thing | object | |
return | void |
public Get ( Feature feature ) : object>.IDictionary |
||
feature | Feature | |
return | object>.IDictionary |
public RedisAdapter ( IDatabase database ) : System | ||
database | IDatabase | |
return | System |