04 2020 档案

摘要:1. Springboot starter 提供了 redis 的starter spring-boot-starter-data-redis https://docs.spring.io/spring-boot/docs/2.3.0.M4/reference/htmlsingle/#using-b 阅读全文
posted @ 2020-04-23 13:11 pkyou 阅读(2209) 评论(0) 推荐(0)
摘要:1. 安装完毕MYSQL,进入数据库 mysql -u root -p 输入密码。 show database;所有数据库列表 use mysql切换数据库 show tables; 所有表列表 describe user; 表结构 show global variables like 'port' 阅读全文
posted @ 2020-04-02 13:41 pkyou 阅读(293) 评论(0) 推荐(0)
摘要:Github 地址 https://github.com/antirez/redis 1. 下载安装包 https://redis.io/download 当前最新版本为5.0.5 2. 解压安装 $tar xzf redis-5.0.5.tar.gz$cd redis-5.0.5$make 在安装 阅读全文
posted @ 2020-04-01 14:16 pkyou 阅读(1943) 评论(0) 推荐(0)