Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

5 replies

Redis quickly became popular as part of the NoSQL movement, and he was hired by VMware to work on Redis development in 2010. >

ironic now considering that it created a "noRedis movement" itself

8
sh.itjust.works

I googled redis and went to the site but I'm still not exactly sure what it is

2

It's an in memory database that can be used for various tasks and is part of many open-source server applications.

5

The name helps understand a bit more what it is: REmote DIctionary Server. It is essentially a dictionary (key:value store) that runs on a server and can be accessed easily and quickly by multiple applications at the same time. Because of its speed and simplicity, it is used in many different ways in various applications. It also has a lot more features than a dictionary.

1

You reached the end

The race to replace Redis [LWN.net] | Spyke