chore: checkpoint admin editor and perf work
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
---
|
||||
title: "Redis常用命令"
|
||||
description:
|
||||
date: 2022-04-21T09:42:24+08:00
|
||||
draft: false
|
||||
title: "Redis 安装与常用命令整理"
|
||||
slug: redis
|
||||
image:
|
||||
categories:
|
||||
- Database
|
||||
description: "文章介绍了 Redis 在 Debian 下的安装方法、Windows 图形客户端的安装方式,以及监听端口修改、BitMap、消息队列、LREM 和 Pipeline 等常用操作示例。"
|
||||
category: "数据库"
|
||||
post_type: "article"
|
||||
pinned: false
|
||||
published: true
|
||||
tags:
|
||||
- Database
|
||||
- Redis
|
||||
- "Redis安装"
|
||||
- "Debian"
|
||||
- "BitMap"
|
||||
- "消息队列"
|
||||
- "Pipeline"
|
||||
- "go-redis"
|
||||
---
|
||||
|
||||
# 安装`Redis`
|
||||
|
||||
Reference in New Issue
Block a user