EDM System v1.4.0 - redis support
The system now could be configured to use Redis in-memory store for its shared data.
That shared data (as per current version) includes user sessions, user lists, companies and units lists, bruteforce prevention counter. The data shared between HTTP requests, and, with Redis - between running server processes.
Default configuration remains as the sever process stores shared data in its memory.
Builds currently available (all are 64 bit):
- Linux, built on CentOS 7.
- macOS, built on 11.6 (Apple Silicon).
- Windows, built on Windows 7.