如何获取使用jedis或者手动添加的key
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
1. redis中手动添加的key为OSS_test,值为1。
> `@CreateCache(name = "OSS_", cacheType = CacheType.REMOTE)
private Cache OSSParamValueCach;`
`OSSParamValueCach.get("test")`
这样获取不到
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the @CreateCache(name = "OSS_", cacheType = CacheType.REMOTE) entry point and the Redis integration. Compare the manually stored OSS_test key with the key format used by OSSParamValueCach.get("test"). Done means explaining whether the manually added key can be retrieved and documenting the required key format or limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100