embedded-redis
embedded-redis copied to clipboard
Redis embedded server
The library includes version 5.0.14 for Windows. This version has known vulnerabilities. Result of DependencyCheck plugin: ``` redis-server-5.0.14.1-windows-amd64.exe (cpe:2.3:a:redis:redis:5.0.14.1:*:*:*:*:*:*:*) : CVE-2022-24735, CVE-2023-25155, CVE-2022-24736, CVE-2022-36021, CVE-2022-3647 ```
## Problem description If a sharded cluster is started in a custom directory, stopped and then restarted again, it fails. The underlying reason appears to be that the files specified...
We'll got error if no ExecutableProvider is used as below: `'/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/usr/lib/libssl.3.dylib' (no such file, not in dyld cache)`...
When running embedded-redis in a Spring Boot application on the windows platform I see that the properties are reported as: ```properties # Server redis_version:5.0.14.1 redis_git_sha1:ec77f72d redis_git_dirty:0 redis_build_id:5627b8177c9289c redis_mode:standalone os:Windows arch_bits:64...