úÎh Ñ    &Type for a key in the key-value store Gets an item from the database  Redis handle Key of the value to get Resulting value *Checks if an item with a given key exists  Redis handle  Key to test If the key exists Set an item in the database  Redis handle Key Value  No result Delete an item in the database  Redis handle Key  No result Add an item to a redis set  Redis handle Key of the set Item to add to the set  No result  Remove an item from a redis set  Redis handle Key of the set Item to remove from the set  No result 'Check if a set contains a certain item  Redis handle Key of the set Item to check for "If the item is present in the set Get all items from a set  Redis handle Key of the set All items in the set       redis-simple-0.1Database.Redis.SimpleKeyunKeyitemGet itemExistsitemSet itemDeletesetAdd setRemove setContains setFindAll