★ wanayoo — archive 1999 https://github.com/phpredis/phpredis/issues/39Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zrange (withscores) and igbinary problem #39

Closed
mamonth opened this issue Aug 16, 2011 · 3 comments
Closed

zrange (withscores) and igbinary problem #39

mamonth opened this issue Aug 16, 2011 · 3 comments

Comments

@mamonth
Copy link

@mamonth mamonth commented Aug 16, 2011

$redis = new Redis();
$redis->connect( $host, $port );
$redis->setOption( Redis::OPT_SERIALIZER, Redis::SERIALIZER_IGBINARY );

$redis->zAdd( 'key',  102.40000000000001, (string)3188  );

$result = $redis->zRangeByScore( 'key', 0, 105, array('withscores' => TRUE) );

On last line i've got warning "igbinary_unserialize_header: unsupported version: 825242158, should be 1 or 2"

@adammada
Copy link

@adammada adammada commented Jan 19, 2012

+1

@adammada
Copy link

@adammada adammada commented Sep 26, 2012

That is still true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
@michael-grunder @mamonth @adammada and others
You can’t perform that action at this time.