https://github.com/link1st/redis_go
Exercise
https://github.com/link1st/redis_go
Last synced: 4 months ago
JSON representation
Exercise
- Host: GitHub
- URL: https://github.com/link1st/redis_go
- Owner: link1st
- License: apache-2.0
- Created: 2019-03-07T05:22:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T02:22:10.000Z (over 6 years ago)
- Last Synced: 2025-01-05T10:29:57.852Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### redis-go
#### 测试方法:
- 项目运行以后 输入:
```$xslt
set name 1000
get name
ttl name
type namelpush list 111
sadd set 111hset hash name 11
hget hash name
```