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
It is done like this:
$user_info = new Rediska_Key_Hash('user.info'); var_dump($user_info->Get(1)); Где **Get(1)** извлекает значения по ключу 1
Source: https://ru.stackoverflow.com/questions/294074/More articles:Test archive using 7z.dll from C codeHow to work with buttons?Determination of indoor positionFiltering: user password, data from the sessionPHP code errorThere is a Swipe Views with Tabs consists of 3 fragments.What should I do to make pop-ups always work?There is a Swipe Views with Tabs consists of 3 fragments. I can not insert GoogleMap in the fragment.C ++ compiler for Windows 7 [closed]How to achieve the effect of a pile of papers on css?All Articles