Skip to content

[v0.7.12] [HAPI-242] Redis URL flexibility

Pre-release
Pre-release

Choose a tag to compare

@FelipeRamosDev FelipeRamosDev released this 27 Jun 19:36
f101339

[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.md and package.json to v0.7.12 to reflect the new release. [1] [2]

Redis Configuration:

  • Modified the initialization of IORedis in src/models/settings/EventEndpoint.js to use the default export and configure it with process.env.REDIS_URL for better environment-specific setup.