Skip to content

Refactor/stateless redis #6

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 2 commits into from
Jul 6, 2025
Merged

Refactor/stateless redis #6

merged 2 commits into from
Jul 6, 2025

Conversation

devrabie
Copy link
Owner

@devrabie devrabie commented Jul 6, 2025

? !
Type bug / feature / improvement
BC Break yes / no
Fixed issues

Summary

- Removed MySQL-based internal data persistence (DB, Conversation, ConversationDB).
- Made the library stateless by removing all internal storage logic.
- Updated Telegram.php version to 1.0.4.
- Added a Redis helper (enableRedis, getRedis) using predis/predis for optional shared Redis client access in commands.
…EADME

- Removed MySQL-based internal data persistence (DB, Conversation, ConversationDB).
- Made the library stateless by removing all internal storage logic.
- Updated Telegram.php version to 1.0.4.
- Added a Redis helper (enableRedis, getRedis) using predis/predis for optional shared Redis client access in commands.
- Updated README.md with instructions and examples for the new Redis helper.
@devrabie devrabie merged commit bf149ac into develop Jul 6, 2025
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.

1 participant