#redis

[ follow ]
valkey
DevOps.com
3 weeks ago
DevOps

Valkey is Rapidly Overtaking Redis - DevOps.com

The Valkey fork of Redis, supported by major tech companies, is gaining popularity due to community dissatisfaction with the license change. [ more ]
Theregister
4 weeks ago
DevOps

Valkey publishes release candidate and attracts new backer

Valkey, an open-source alternative, gains support from prominent industry players and releases first version as an alternative to Redis. [ more ]
TechCrunch
1 month ago
DevOps

Why AWS, Google and Oracle are backing the Valkey Redis fork | TechCrunch

Valkey is a fork of Redis backed by AWS, Google Cloud, Oracle, Ericsson, and Snap.
Redis faced licensing disputes over the years leading to the creation of Valkey as a response to the adoption of the more restrictive Server Side Public License (SSPL). [ more ]
morevalkey
aws
Theregister
1 month ago
Web development

Linux Foundation backs open source alternative to Redis

AWS, Google, and Oracle support Linux Foundation's fork of Redis due to restrictive license changes.
New database Valkey, a fork of Redis, continues under BSD license with wide industry support. [ more ]
InfoQ
5 months ago
DevOps

Amazon ElastiCache Serverless: a New Option for Scaling Cache Capacity Instantly

AWS has announced the general availability of Amazon ElastiCache Serverless, a new serverless option for creating and scaling caches based on application traffic patterns.
ElastiCache Serverless offers an easy and simplified way to operate a high-performance cache without the need for capacity planning or caching expertise. [ more ]
moreaws
Rubyflow
1 month ago
Ruby on Rails

[gem] Redis-based distributed locks with "acquisition queue" capabilities

Distributed redis-based locks with ordered queue capabilities provided by RedisQueuedLocks gem.
Each lock request is processed in FIFO order, ensuring the request queue will never be stacked. [ more ]
Medium
3 months ago
Scala

Building a Secure User Registration Service with Email Verification in Scala and http4s

Ensuring a secure and seamless user registration process is important for online platforms.
This article discusses the use of Scala, http4s, Slick, Redis, and PostgreSQL to create a robust web service for user registrations. [ more ]
Medium
5 months ago
Scala

Integrating Akka actors with Redis

Understanding serialization in Akka is essential for integrating with external storage systems like Redis.
Implementing a SerializedBlob class can simplify the storage and retrieval of serialized data from Redis. [ more ]
[ Load more ]