Skip to content

New option 'database' for Redis class constructor #2597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 27, 2025

Conversation

JakubOnderka
Copy link
Contributor

Selecting database is very common action after connecting to Redis. This simplifies lazy connecting to Redis, when requested database will be selected after first command.

Selecting database is very common action after connecting to Redis. This simplifies lazy connecting to Redis, when requested database will be selected after first command.
@JakubOnderka JakubOnderka force-pushed the database-select branch 2 times, most recently from 9c2cbb2 to 9bb9b94 Compare December 9, 2024 08:41
@michael-grunder michael-grunder merged commit 4f6a3ed into phpredis:develop Mar 27, 2025
36 checks passed
@JakubOnderka JakubOnderka deleted the database-select branch March 27, 2025 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants