Introduction to Redis Data Types
As you already probably know Redis is not a plain key-value store, actually it is a data structures server, supporting different kind of values. That is, you can’t just set strings as values of keys. All the following data types are supported as values…
via: http://code.google.com/p/redis/wiki/IntroductionToRedisDataTypes