Skip to content

Commit b85b992

Browse files
authored
Merge pull request astaxie#960 from viccuad/patch-1
Add "hash" to redis data types list in description
2 parents c2e8892 + 9d75d95 commit b85b992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/05.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As the C language of the 21st century, Go has good support for NoSQL databases,
66

77
## redis
88

9-
redis is a key-value storage system like Memcached, that supports the string, list, set and zset(ordered set) value types.
9+
redis is a key-value storage system like Memcached, that supports the string, list, set, zset(ordered set) and hash value types.
1010

1111
There are some Go database drivers for redis:
1212
- [https://github.com/garyburd/redigo](https://github.com/garyburd/redigo)

0 commit comments

Comments
 (0)