Skip to content

Conversation

@Aishete
Copy link

@Aishete Aishete commented May 8, 2025

List of update

  • add error handling when store cache in detastore-api
  • add/update to use some depandency specifles version to avoid error
  • define redis host and port

for redis to work you need to install and run Redis Open Source

  1. redis-server
  2. php-redis

and you need to define this in wp-config.php

define('WP_REDIS_CACHE_HOST', 'redis');
define('WP_REDIS_CACHE_PORT', 6379);

List of update
- add error handling when store cache in detastore-api
- add/update to use some depandency specifles version to avoid error
- define redis host and port
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