127.0.0.1:6379> hgetall category:1
1) "cid"
2) "1"
3) "name"
4) "General"
5) "description"
6) ""
7) "icon"
8) ""
9) "bgColor"
10) "#13B0A9"
11) "color"
12) "#13B0A9"
13) "slug"
14) "1/general"
15) "topic_count"
16) "158"
17) "post_count"
18) "307"
19) "disabled"
20) "0"
21) "order"
22) "1"
23) "link"
24) ""
25) "numRecentReplies"
26) "2"
27) "class"
28) ""
29) "imageClass"
30) "auto"
127.0.0.1:6379> hgetall category:2
1) "cid"
2) "16"
3) "name"
4) "Advertising"
5) "description"
6) ""
7) "icon"
8) "fa-pencil"
9) "bgColor"
10) "#F4573A"
11) "color"
12) "#F4573A"
13) "slug"
14) "2/advertising"
15) "parentCid"
16) "0"
17) "topic_count"
18) "0"
19) "post_count"
20) "0"
21) "disabled"
22) "0"
23) "order"
24) "2"
25) "link"
26) ""
27) "numRecentReplies"
28) "1"
29) "class"
30) "col-md-3 col-xs-6"
31) "imageClass"
32) "auto"