Tell me how to extract the value of the hash key. In console redis-cli, this is done like this: HGET user.info 3, where 3 is the key

    1 answer 1

    It is done like this:

    $user_info = new Rediska_Key_Hash('user.info'); var_dump($user_info->Get(1)); Где **Get(1)** извлекает значения по ключу 1