From 9d75d9507dace8211fc28f90a9f14c9014f83362 Mon Sep 17 00:00:00 2001 From: Victor Cuadrado Juan Date: Tue, 13 Feb 2018 16:36:30 +0100 Subject: [PATCH] Add "hash" to redis data types list in description --- en/05.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/05.6.md b/en/05.6.md index a1e869d2..327c2482 100644 --- a/en/05.6.md +++ b/en/05.6.md @@ -6,7 +6,7 @@ As the C language of the 21st century, Go has good support for NoSQL databases, ## redis -redis is a key-value storage system like Memcached, that supports the string, list, set and zset(ordered set) value types. +redis is a key-value storage system like Memcached, that supports the string, list, set, zset(ordered set) and hash value types. There are some Go database drivers for redis: - [https://github.com/garyburd/redigo](https://github.com/garyburd/redigo)