? This is very new to me. Edit which config?View attachment 314760
I never use a lot of memory on mine. You'll want to use; allkeys-lru to act like memcached. Also use igbinary serializer as its considered faster.
Examples please.redis.conf
Ah wait, this is Xen configExamples please.
#Redis
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['provider'] = 'SV\RedisCache\Redis';
$config['cache']['config'] = [
'host' => '127.0.0.1',
'port' => 6379,
'compress_data' => 6,
'serializer' => 'igbinary',
'password' => 'x'
];
maxmemory 256mb
maxmemory-policy allkeys-lru
What is Valkey and why?Redis is no longer open source. You should move to Valkey which is the continuance of open source Redis with most of the original devs. They've already released version 8 with some nice speed and efficiency improvements too. Fully compatible with Redis.
Redis is no longer open source. You should move to Valkey which is the continuance of open source Redis with most of the original devs. They've already released version 8 with some nice speed and efficiency improvements too. Fully compatible with Redis.
What is Valkey and why?
dnf install valkey
dnf install epel-release
then dnf install valkey
dnf install valkey-compat-redis
.Because Redis is no longer open source.
Valkey
valkey.io
If you're on Fedora:dnf install valkey
If you're on a RHEL-based distro like AlmaLinux:dnf install epel-release
thendnf install valkey
If you want the redis-compat package so that symlinks are put in place for service names and suchdnf install valkey-compat-redis
.
IF we drop all applications due to lack of open source then where would we be?
Valkey is also a superior project at this point. If you don't believe in open source then I'm not sure what to tell you.
Some benchmarks would be ideal, tbh.
The nature in which I operate is open source. But in terms of what is supported, as of this moment, Redis works with Xen. Assuming mass adoption takes place, I would consider the fork. I care about stability and performance.
Now see what you did !Holy crap, I just asked a simple question.
Blown up,!
Yes, still no answer. Auto purge Redis,?Now see what you did !
We use essential cookies to make this site work, and optional cookies to enhance your experience.