gulaftab / redis

Automatically exported from code.google.com/p/redis
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

hash missing in data-type documentation #594

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering capacity of a redis hash, e.g. how many fields can a hash hold, 
and how long a single field could be. And found that HASH data type is not 
mentioned at all here:

http://redis.io/topics/data-types-intro

I suggest to add a HASH section there, and add "capacity" info for all data 
types.

Original issue reported on code.google.com by xrf...@gmail.com on 23 Jun 2011 at 3:18