Hello!
I’ve been working on a project using Redis 6 on Ubuntu 20.04 (because it has glibc 2.29), and I’m trying to switch to Rhel7, but I’d still like to use Redis 6 because of the threaded IO.
When I try and use Redis 6 with Redis Graph, I get something along the lines of:
Module /redisgraph.so failed to load: /lib64/libm.so.6: version GLIBC_2.29 not found (required by /redisgraph.so)
Is it possible to make Redis 6 with redisgraph work with glibc 2.28 maybe so that I can use it with RHEL8?