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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compatibility Testing with Laravel Octane: Conducted thorough testing with Laravel Octane, ensuring seamless integration and robust performance under the high-throughput, long-lived application scenarios that Octane facilitates.
Enhanced Efficiency for Presence Channels: Re-engineered the data structure, significantly boosting the efficiency of data storage and retrieval processes for presence channels.
Migration to Redis Streams: Transitioned the event history storage mechanism to Redis Streams. This change leverages Redis's advanced capabilities for more robust and scalable event stream resume.
Atomic Operations with Lua Scripts: Integrated Lua scripts for atomic operations in Redis. This enhancement not only accelerates performance but also fortifies data integrity and effectively addresses potential race conditions.
Streamlined Naming Conventions: Simplified the namespace and service provider's name for greater ease of use and clarity. The service provider has been renamed from LaravelWave to Wave.