docs: Redisearch Installation - #145
Conversation
| Python 3.6+ | ||
| Node.js 12 | ||
| Redis 5 (caching and realtime updates) | ||
| Redis 6 (caching and realtime updates) |
There was a problem hiding this comment.
System requirements vary depending on Frappe versions. That should be made evident here. Specify that Version 13 requires Redis 6. But then we have develop which has higher Node requirements too....
This should be tracked on it's own separate page.
Is there a corresponding Frappe PR for this? Or do the older client versions simply work?
There was a problem hiding this comment.
Works without any changes on v13.
|
|
||
| Congratulations, you have installed bench on to your system. | ||
|
|
||
| ## [ERPNext] Optional: Redisearch Redis Module |
There was a problem hiding this comment.
This shouldn't be here. We can't keep adding a list of app-specific dependencies in Frappe. Add this section as a system dependency in the ERPNext docs instead.
There was a problem hiding this comment.
I will move this to ERPNext docs. Need to figure out where.
|
Moved via frappe/erpnext_documentation#375 |
|
Don't we need to upgrade Redis to v6 too? @NagariaHussain |
Yes, it is good we update the version here too. Will create other PR which updates the docs just for Redis 6. On MacOS, its default now. |
Updated documentation for Redis 6 and Redisearch module.