redis vs valkey #5312
-
|
I have installed redis separately via their repo ( https://packages.redis.io/deb) and NOT via the included searXNG method. My config /etc/searxng/settings.yml: or will it at some point stop running as the connection from/to searXNG is cut? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You can still use Redis even though it's no longer supported in the codebase, but as soon as Valkey decides to kick the backward compatibility, you'll be on your own. I see no reason to continue using Redis, except if using select enterprise software. I suggest migrating to Valkey. |
Beta Was this translation helpful? Give feedback.
-
|
thanks, I upgraded searXNG to python 3.13 and switched from redis to valkey |
Beta Was this translation helpful? Give feedback.
-
|
Something I've been wondering - what does Redis support in SearxNG do, exactly? Caching? Search the contents of the database? |
Beta Was this translation helpful? Give feedback.
You can still use Redis even though it's no longer supported in the codebase, but as soon as Valkey decides to kick the backward compatibility, you'll be on your own.
I see no reason to continue using Redis, except if using select enterprise software. I suggest migrating to Valkey.