`RedisCache` connections always single, but it should support array of connections
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 10
- Forks
- 5
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 1
Description
Here always returns one instance of ConnectionInterface:
Contributor guide
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 with src/RedisCache.php at the referenced line and inspect how RedisCache currently creates and stores its ConnectionInterface instance. Determine the intended behavior for an array of connections and define completion around RedisCache supporting that input without breaking its existing single-connection use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php, redis
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100