module Kredis::Attributes
def kredis_set(name, key: nil, default: nil, typed: :string, config: :shared, after_change: nil)
def kredis_set(name, key: nil, default: nil, typed: :string, config: :shared, after_change: nil) kredis_connection_with __method__, name, key, default: default, typed: typed, config: config, after_change: after_change end