Skip to content

Commit

Permalink
Refactored Redis client and added support for Redis Stack features
Browse files Browse the repository at this point in the history
The client no longer relies on "magic" command generation but instead uses traits that implement all the available Redis commands.
  • Loading branch information
freost committed Oct 19, 2024
1 parent ae6b0cf commit 08b4df0
Show file tree
Hide file tree
Showing 15 changed files with 2,602 additions and 330 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ The major version bump is due to upping the required PHP version from `8.1` to `
* The dependency injection container can now resolve intersection types.
* Added `Deprecated` middleware that allows you to easily set the `Deprecation` and `Sunset` HTTP headers.
* Global constraints and middleware will now be listed and sorted by priority when using the `app:routes` command.
* Refactored the Redis client so that it doesn't rely on magic methods and added support for the following Redis Stack features:
- Bloom filter
- Cuckoo filter
- Count-min sketch
- JSON
- Redis query engine
- Auto-suggest
- T-digest
- Time series
- Top-k

#### Changes

Expand Down
Loading

0 comments on commit 08b4df0

Please sign in to comment.