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

RedisCache: Add missing TTL from expiration date given from ESI #84

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

Rakdos8
Copy link
Contributor

@Rakdos8 Rakdos8 commented Mar 17, 2023

Implements #65

Uses the SET with EX option from Redis : https://redis.io/commands/set/
Method signature in Predis : https://github.com/predis/predis/blob/v1.x/src/ClientInterface.php#L66

image

I've waited to check that the TTL is really working 😄

@Rakdos8 Rakdos8 changed the title RedisCache: Add missng TTL from expiration date given from ESI RedisCache: Add missing TTL from expiration date given from ESI Mar 17, 2023
@warlof warlof merged commit 97bce0c into eveseat:master Mar 19, 2023
warlof added a commit to warlof/eveseat-eseye that referenced this pull request Jul 14, 2023
…g redis (eveseat#84)

Co-authored-by: Rakdos8 <bourelly.christophe@gmail.com>
warlof added a commit to warlof/eveseat-eseye that referenced this pull request Jul 14, 2023
…g redis (eveseat#84)

Co-authored-by: Rakdos8 <bourelly.christophe@gmail.com>
warlof added a commit that referenced this pull request Jul 14, 2023
…g redis (#84)

Co-authored-by: Rakdos8 <bourelly.christophe@gmail.com>
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.

2 participants