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
I've installed it trough composer, no problems at all. Then I've opened the plugin settings page in Wordpress and defined the server IP and the port. No problems. Using the command line with WP-CLI i've then created the index "posts". No problem. I've verified it with redis-cli doing a "FT.INFO posts" and the index is there. Then when trying to index all posts in database I get some timeout errors but I've used the command "wp redipress index posts missing" to continue the process. It ended but when I go to redis-cli and executed again "FT.INFO posts" says that there is no index. It has being deleted.
Can anyone help here?
The text was updated successfully, but these errors were encountered:
@fidoboy - thanks for reaching out and sorry for the delay!
I'm not sure if you have been using WP CLI for all the commands, but the admin page is not working correctly right now. So I would advise you to use the CLI commands for everything related to RediPress, and also you could try defining the config variables as constants (f. ex. in wp-config.php depending on your setup).
I've installed it trough composer, no problems at all. Then I've opened the plugin settings page in Wordpress and defined the server IP and the port. No problems. Using the command line with WP-CLI i've then created the index "posts". No problem. I've verified it with redis-cli doing a "FT.INFO posts" and the index is there. Then when trying to index all posts in database I get some timeout errors but I've used the command "wp redipress index posts missing" to continue the process. It ended but when I go to redis-cli and executed again "FT.INFO posts" says that there is no index. It has being deleted.
Can anyone help here?
The text was updated successfully, but these errors were encountered: