Table of Contents - redis_hash-0.27.1 Documentation
Classes and Modules
- Object
- RedisHash
- RedisHash::Accessors
- RedisHash::Adapter
- RedisHash::AlreadyDefinedError
- RedisHash::Base
- RedisHash::Callbacks
- RedisHash::Comparisons
- RedisHash::Converters
- RedisHash::Core
- RedisHash::Counters
- RedisHash::Default
- RedisHash::Deletions
- RedisHash::Enumerators
- RedisHash::Expiration
- RedisHash::Identity
- RedisHash::Insertions
- RedisHash::Mutations
- RedisHash::Predicates
- RedisHash::Schema
Methods
- ::new — RedisHash::Core
- #[] — RedisHash::Accessors
- #[] — RedisHash::Converters
- #[]= — RedisHash::Insertions
- #after_insertion — RedisHash::Expiration
- #allow_keys — RedisHash::Schema
- #any? — RedisHash::Predicates
- #assert_keys_allowed — RedisHash::Schema
- #before_insertion — RedisHash::Expiration
- #clear — RedisHash::Deletions
- #compact! — RedisHash::Mutations
- #decrement — RedisHash::Counters
- #default — RedisHash::Default
- #default= — RedisHash::Default
- #default_proc= — RedisHash::Default
- #default_redis — RedisHash::Adapter
- #default_redis_key — RedisHash::Adapter
- #default_redis_ttl — RedisHash::Adapter
- #delete — RedisHash::Deletions
- #delete_if — RedisHash::Enumerators
- #empty? — RedisHash::Predicates
- #empty_before_insertion? — RedisHash::Expiration
- #expire — RedisHash::Expiration
- #fetch — RedisHash::Accessors
- #has_key? — RedisHash::Predicates
- #has_value? — RedisHash::Predicates
- #hash — RedisHash::Identity
- #include? — RedisHash::Predicates
- #increment — RedisHash::Counters
- #increment_field_by — RedisHash::Counters
- #inherited — RedisHash::Schema
- #initialize_default — RedisHash::Default
- #initialize_redis — RedisHash::Adapter
- #invert — RedisHash::Mutations
- #keep_if — RedisHash::Enumerators
- #key? — RedisHash::Predicates
- #keys — RedisHash::Accessors
- #length — RedisHash::Accessors
- #member? — RedisHash::Predicates
- #merge! — RedisHash::Insertions
- #persist — RedisHash::Expiration
- #reject! — RedisHash::Enumerators
- #replace — RedisHash::Mutations
- #select! — RedisHash::Enumerators
- #set_default — RedisHash::Default
- #setnx — RedisHash::Insertions
- #setnx! — RedisHash::Insertions
- #shift — RedisHash::Deletions
- #size — RedisHash::Accessors
- #store — RedisHash::Insertions
- #test_subject — Object
- #to_default — RedisHash::Default
- #to_h — RedisHash::Identity
- #to_hash — RedisHash::Identity
- #transform_values! — RedisHash::Enumerators
- #try_convert — RedisHash::Converters
- #ttl — RedisHash::Expiration
- #update — RedisHash::Insertions
- #validate_lambda_arity — RedisHash::Default
- #validate_proc — RedisHash::Default
- #value? — RedisHash::Predicates
- #values — RedisHash::Accessors
- #values_at — RedisHash::Accessors