this post was submitted on 24 Jan 2025
27 points (93.5% liked)

Linux

5697 readers
575 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GolfNovemberUniform@infosec.pub 2 points 1 day ago* (last edited 1 day ago) (3 children)

Wait I thought it's an industry standard component used in the Linux space like systemd or something.

[–] carl_dungeon@lemmy.world 1 points 18 hours ago

It’s a cache cluster. If you have an expensive query on your database or an api response that’s expensive to generate, you cache it in memory and then for some period of time whenever someone needs it, you return the cached version instead of doing the expensive work. Redis can do a whole lot more than that- data types, documents, etc etc but it’s a web scale caching layer.

[–] towerful@programming.dev 5 points 1 day ago

It was a very popular nosql key-value store. Used massively for caching, certainly web apps in general.

It was relicensed a few years ago to no longer be FOSS.
Pretty sure the FOSS fork that is now widely used is Valley.

[–] boredsquirrel@slrpnk.net 4 points 1 day ago

That might be rsync XD