Skip to content
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

add client for predis #75

Merged
merged 14 commits into from
Sep 2, 2024
Merged

Commits on Sep 2, 2024

  1. add client for predis

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b4b499e View commit details
    Browse the repository at this point in the history
  2. fix review

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3675f62 View commit details
    Browse the repository at this point in the history
  3. fix ci

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    197c5ea View commit details
    Browse the repository at this point in the history
  4. inject client in persister

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    258eb1a View commit details
    Browse the repository at this point in the history
  5. fix array config

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ded8130 View commit details
    Browse the repository at this point in the history
  6. fix raw command call

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d486c53 View commit details
    Browse the repository at this point in the history
  7. inject redis client if is set in Entity

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b0989be View commit details
    Browse the repository at this point in the history
  8. Update CI composer install predis

    clementtalleu authored and Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0cbbea3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c37e558 View commit details
    Browse the repository at this point in the history
  10. fix install dependency predis

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b143f1c View commit details
    Browse the repository at this point in the history
  11. fix wrong impletemention

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8a5dcf2 View commit details
    Browse the repository at this point in the history
  12. fix pagination default 10 result by default

    limits the results to the offset and number of results given. Note that the offset is zero-indexed.
    The default is 0 10, which returns 10 items starting from the first result.
    You can use LIMIT 0 0 to count the number of documents in the result set without actually returning them.
    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0caf156 View commit details
    Browse the repository at this point in the history
  13. fix phpstan

    Marc Lemay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    828b8dc View commit details
    Browse the repository at this point in the history
  14. Update composer.json

    clementtalleu authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    06ac1d2 View commit details
    Browse the repository at this point in the history