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/

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    = "2024",
  url     = "https://www.gkbrk.com/redis"
}
Not using BibTeX? Click here for more citation styles.
IEEE Citation
Gokberk Yaltirakli, "Redis", October, 2024. [Online]. Available: https://www.gkbrk.com/redis. [Accessed Oct. 19, 2024].
APA Style
Yaltirakli, G. (2024, October 19). Redis. https://www.gkbrk.com/redis
Bluebook Style
Gokberk Yaltirakli, Redis, GKBRK.COM (Oct. 19, 2024), https://www.gkbrk.com/redis

Comments

© 2024 Gokberk Yaltirakli