Property MaxMemory
MaxMemory
The maximum amount of Memory storage Stream Messages may consume
[JsonPropertyName("max_memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxMemory { get; set; }
The maximum amount of Memory storage Stream Messages may consume
[JsonPropertyName("max_memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 2147483647)]
public int MaxMemory { get; set; }