loader image

Redis简介

简介


Redis——Remote dictionary server

为什么会有Redis


在当今的时代MySQL这种传统的数据库来对外提供服务,似乎已经满足不了高速发展的访问量,MySQL的速度慢主要是由于磁盘的IO,磁盘的IO再快也没有内存快,所以就诞生了Redis这种基于内存的数据,讲数据存放在内存中,就可以大大提高访问速度

Redis支持的数据结构


  1. 字符串 String
  2. 列表 List
  3. 集合 Set
  4. 有序集合 Sortedset
  5. 哈希 Hash
  6. 消息队列 Stream
  7. 地理空间 Geospatial
  8. HyperLogLog
  9. 位图 Bitmap
  10. 位域 Bitfield
    其中前五个(1-5)是基本数据类型,后五个(6-10)是高级数据类型

    使用Redis的三种方式


  11. CLI
    • 命令行界面
  12. API
    • 使用编程语言中的函数调用Redis
  13. GUI
    • 图形化界面

      优势


  14. 性能极高
  15. 数据类型丰富,单键值对最大支持512M大小的数据
  16. 简单易用,支持所有主流编程语言
  17. 支持数据持久化、主从复制、哨兵模式等高可用特性

31人评论了“Redis简介”

  1. Keep up the fantastic work! Kalorifer Sobası odun, kömür, pelet gibi yakıtlarla çalışan ve ısıtma işlevi gören bir soba türüdür. Kalorifer Sobası içindeki yakıtın yanmasıyla oluşan ısıyı doğrudan çevresine yayar ve aynı zamanda suyun ısınmasını sağlar.

  2. Keep up the fantastic work! Kalorifer Sobası odun, kömür, pelet gibi yakıtlarla çalışan ve ısıtma işlevi gören bir soba türüdür. Kalorifer Sobası içindeki yakıtın yanmasıyla oluşan ısıyı doğrudan çevresine yayar ve aynı zamanda suyun ısınmasını sağlar.

  3. I do like the way you have presented this particular problem plus it does indeed give me personally a lot of fodder for thought. Nevertheless, because of just what I have seen, I just trust when other responses pile on that men and women keep on issue and not get started upon a soap box associated with the news du jour. Anyway, thank you for this fantastic point and although I do not go along with the idea in totality, I regard the viewpoint.

  4. Generally I do not learn article on blogs, but I would like to say that this write-up very compelled me to take a look at and do it! Your writing style has been amazed me. Thank you, very great article.

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注

Scroll to Top