Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rttmoa/reactjs-nextjs-koa2

SSR server rendering imitates GitHub full stack
https://github.com/rttmoa/reactjs-nextjs-koa2

koajs lru-cache markdown nextjs oauth reactjs redis redux styled-components

Last synced: about 1 month ago
JSON representation

SSR server rendering imitates GitHub full stack

Awesome Lists containing this project

README

        

### redis

##### centos 安装

更新安装源来安装最新得包

```
sudo yum install epel-release
sudo yum update
```

安装 redis

```
sudo yum install redis
```

后台启动 redis

```
sudo systemctl start redis
```

设置开机启动 redis

```
sudo systemctl enable redis
```