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
Phileas uses Redis for caching in various places - alerts, anonymization, span disambiguation, and policies.
While Phileas does not use Redis itself, these classes have names that include Redis, such as RedisAlertService, and its underlying AbstractRedisCacheService.
Phileas uses Redis for caching in various places - alerts, anonymization, span disambiguation, and policies.
While Phileas does not use Redis itself, these classes have names that include Redis, such as
RedisAlertService
, and its underlyingAbstractRedisCacheService
.Phileas does have a dependency on the redisson client library which is available under the Apache license. Redisson also supports valkey, the Redis fork available under an open source license. AWS is offering valkey as a managed service.
The class naming with respect to Redis should be made generic to not imply that Redis is required for Phileas, when valkey is also an option.
The text was updated successfully, but these errors were encountered: