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

https://github.com/link1st/redis_go

Exercise
https://github.com/link1st/redis_go

Last synced: 4 months ago
JSON representation

Exercise

Awesome Lists containing this project

README

        

### redis-go

#### 测试方法:

- 项目运行以后 输入:
```$xslt
set name 1000
get name
ttl name
type name

lpush list 111
sadd set 111

hset hash name 11
hget hash name
```