Skip to content

Conversation

@andy-stark-redis
Copy link
Contributor

@andy-stark-redis andy-stark-redis commented Mar 24, 2025

DOC-4952

I'll add similar pages for the other clients also. The main reason for making this a separate page is to help with the separate ioredis migration docs and also because this is useful info for PHP, but we don't have any TCEs where we could add this stuff in.

@andy-stark-redis andy-stark-redis requested a review from a team March 24, 2025 10:16
@andy-stark-redis andy-stark-redis self-assigned this Mar 24, 2025
@github-actions
Copy link
Contributor

Copy link
Collaborator

@dwdougherty dwdougherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few items that I'll leave to your discretion.

import redis

r = redis.Redis(decode_responses=True)
# REMOVE_START
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line.

r = redis.Redis(decode_responses=True)
# REMOVE_START
r.flushall()
# REMOVE_END
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line.

@andy-stark-redis
Copy link
Contributor Author

@dwdougherty Good catch(es), thanks! I've added all of them.

@andy-stark-redis andy-stark-redis merged commit e97fdad into main Mar 24, 2025
5 checks passed
@andy-stark-redis andy-stark-redis deleted the DOC-4952-python-scan-iter branch March 24, 2025 14:06
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.

3 participants