Redis

owofile Lv5

Redis

Redis是一个开源的使用ANSI C编写、支持网络、基于内存、可选持久性的键值对存储数据库。它通常被用作缓存、消息代理和排行榜等应用中。Redis支持多种类型的数据结构,如字符串、列表、集合、哈希表等,提供了丰富的功能和命令来操作这些数据结构。由于其高性能和灵活性,Redis被广泛应用于大型互联网应用系统中。

Win本地安装

解压win包

添加redis服务

到解压文件目录下 运行cmd

1
redis-server --service-install redis.windows.conf --loglevel verbose

启动服务 redis

本地链接填入 本地ip 127.0.0.1

  • Title: Redis
  • Author: owofile
  • Created at : 2023-12-22 00:18:16
  • Updated at : 2025-04-12 14:23:45
  • Link: https://owofile.github.io/blog/2023/12/22/Redis/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments
On this page
Redis