Spyke

Replies

Comment on

The race to replace Redis [LWN.net]

Reply in thread

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.

You reached the end