You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve Redis session example with session clearing
- Add session.clear_session() at start of redis_session_example.py for clean demonstrations
- Update docstring to explain session clearing behavior and production considerations
- Prevents confusion from accumulated data across multiple example runs
- Ensures consistent, predictable example behavior
This addresses potential user confusion when running examples multiple times,
as Redis sessions persist data between runs by design.
0 commit comments