Closed humblecoder closed 1 year ago
Note: Using Docker image redis/redis-stack-server:latest
redis/redis-stack-server:latest
Creating a basic schema, and ending with:
{ dataStructure: 'JSON', }
Results in a redis entry of: Key: my:object:key, Value: NULL, Type: UNSUPPORTED
Key: my:object:key, Value: NULL, Type: UNSUPPORTED
Using "Hash" (rather than JSON) works. Did I, perhaps, miss a configuration item of some sort?
Apparently not an issue. Was confused by any lack of reference to documents. Objects still searchable.
Note: Using Docker image
redis/redis-stack-server:latest
Creating a basic schema, and ending with:
Results in a redis entry of:
Key: my:object:key, Value: NULL, Type: UNSUPPORTED
Using "Hash" (rather than JSON) works. Did I, perhaps, miss a configuration item of some sort?