alibaba / alibaba/jetcache

如何支持redis中hash、list等复杂操作?

Open
#70 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
5.6k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Cache接口定义了如get/put/remove等基本操作,实现类只需要实现这些接口。
但是,像redis这样支持多种数据类型的缓存,好像没有方法去进行相关操作。
这种是否只能去直接操作相应client?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Cache interface and the Redis implementation that currently provide get, put, and remove. Review how the existing client is exposed, then clarify which hash and list operations should be supported and whether direct client access remains acceptable. Done requires an agreed API and documented behavior for the requested complex Redis operations.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, redis
Domain
backend, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.