6 Commits (main)

Author SHA1 Message Date
Simon Prickett 06ee3dd818 Updated to use Redis Stack latest. 2 years ago
Simon Prickett 06a65d36e9 Updated to RediSearch edge and removed append only configuration as it was spurious. 2 years ago
Simon Prickett 45c7ffa27a Removed volume for OSS Redis as appendonly isn't used. 2 years ago
Andrew Brookins 2b1994b98b Disable features without required Redis modules
Some features, like querying and embedded models, require
either the RediSearch or RedisJSON modules running in Redis.
Without these modules, using these features would result
in inscrutable errors.

We now disable some tests if the Redis module required for the
test is not found in the Redis instance the tests are using,
and raise errors or log messages if the same is true during
execution of HashModel and JsonModel.
3 years ago
Andrew Brookins 49654eeede Refine connection strings (dotenv), Makefile targets 3 years ago
Andrew Brookins d2fa4c586f Add Makefile, black, reformat with black 3 years ago