Commit graph

5 commits

Author SHA1 Message Date
Simon Prickett
06a65d36e9 Updated to RediSearch edge and removed append only configuration as it was spurious. 2022-01-11 16:01:33 +00:00
Simon Prickett
45c7ffa27a Removed volume for OSS Redis as appendonly isn't used. 2022-01-05 21:45:31 +00:00
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.
2021-11-03 12:37:12 -07:00
Andrew Brookins
49654eeede Refine connection strings (dotenv), Makefile targets 2021-10-20 14:29:31 -07:00
Andrew Brookins
d2fa4c586f Add Makefile, black, reformat with black 2021-10-20 13:01:46 -07:00