You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through discussion with @tsegismont , we need a new module for this feature (A cache implementation using Redis, probably named vertx-http-proxy-cache-store-redis). To avoid circular dependencies, where do you think we should put it? In the vertx-http-proxy repo or in the vertx-redis-client repo?
Note that the <version>${project.version}</version> element is mandatory because the vertx-redis-client tests jar dependency is not defined in the vertx-dependencies BOM.
And then in your test code you can create/close a client before/after each test:
Through discussion with @tsegismont , we need a new module for this feature (A cache implementation using Redis, probably named vertx-http-proxy-cache-store-redis). To avoid circular dependencies, where do you think we should put it? In the vertx-http-proxy repo or in the vertx-redis-client repo?
Thanks!
@vietj any requirement or preference regarding this question?
Depends on #67
Storing cached resources in an external system allows for sharing content between several proxy servers.
Redis is popular and we already have a Vert.x Redis Client.
The text was updated successfully, but these errors were encountered: