luckyframework / luckyframework/lucky_cache_redis_store
Ensure support for basic arrays
Nobody has claimed this yet.
- Dominant language
- Crystal
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
After https://github.com/luckyframework/lucky_cache/pull/17 is merged in, MemoryStore will have support for Array(String) and other basic types. Just to keep things consistent, we should make sure this also has that same support
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Redis store with MemoryStore after lucky_cache pull request #17 is merged, focusing on the stated support for Array(String) and other basic types. Verify that arrays and those basic types can be stored and retrieved consistently in the Redis adapter, adding or updating tests where the existing behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal, redis
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100