.

Redis


Reading time: less than 1 minute

Redis is an in-memory key-value store. Aside from storing simple string-string mappings, it also supports a lot of data structures like sets, lists and queues.

It’s pretty cool.

Useful links

  • Project link https://redis.io/
  • Redis key eviction https://redis.io/docs/reference/eviction/

Alternatives

A lot of Redis alternatives support the Redis protocol (RESP). But there are also ones with different network protocols.

Redis-compatible

Not compatible

License

Redis recently switched to a closed-source license. There are many forks, better to move to one of them. Redict is one such fork.

The following pages link here

Citation

If you find this work useful, please cite it as:
@article{yaltirakli,
  title   = "Redis",
  author  = "Yaltirakli, Gokberk",
  journal = "gkbrk.com",
  year    = "2025",
  url     = "https://www.gkbrk.com/redis"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Redis", June, 2025. [Online]. Available: https://www.gkbrk.com/redis. [Accessed Jun. 16, 2025].
APA Style
Yaltirakli, G. (2025, June 16). Redis. https://www.gkbrk.com/redis
Bluebook Style
Gokberk Yaltirakli, Redis, GKBRK.COM (Jun. 16, 2025), https://www.gkbrk.com/redis

Comments

© 2025 Gokberk Yaltirakli