aibrix icon indicating copy to clipboard operation
aibrix copied to clipboard

[metadata] provide better abstraction for redis client

Open Jeffwan opened this issue 2 months ago • 0 comments

🚀 Feature Description and Motivation

see discussion here https://github.com/vllm-project/aibrix/pull/1639#discussion_r2418152646

Let's build better abstraction instead of directly reference a redis client.

At the same time, storage has a redis implementation https://github.com/vllm-project/aibrix/blob/main/python/aibrix/aibrix/storage/redis.py. however, the metadata case is different from object interface. I personally still prefer to have different abstraction

Use Case

code quality and extensibility

Proposed Solution

No response

Jeffwan avatar Oct 10 '25 03:10 Jeffwan