Enum StorageType
Determine how the item will be stored in Redis.
Namespace: Redis.OM.Modeling
Assembly: Redis.OM.dll
Syntax
public enum StorageType
Fields
Name | Description |
---|---|
Hash | Store as a hash. |
Json | Store as JSON. |
Determine how the item will be stored in Redis.
public enum StorageType
Name | Description |
---|---|
Hash | Store as a hash. |
Json | Store as JSON. |