[v0.7.12] [HAPI-242] Redis URL flexibility
Pre-release
Pre-release
[v0.7.12] HAPI-242 Redis URL flexibility
This pull request includes version updates and a change to the Redis initialization in the 4Hands API project. The most notable updates are the version bump to v0.7.12 and the improved configuration for connecting to Redis.
Version Updates:
- Updated the version number in
README.mdandpackage.jsontov0.7.12to reflect the new release. [1] [2]
Redis Configuration:
- Modified the initialization of
IORedisinsrc/models/settings/EventEndpoint.jsto use thedefaultexport and configure it withprocess.env.REDIS_URLfor better environment-specific setup.