Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6638399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:25:52+00:00 2026-05-25T23:25:52+00:00

I do it like this: $r = new Predis\Client($single_server, $options); $retval = $r->blpop(‘queue:query’); But

  • 0

I do it like this:

$r = new Predis\Client($single_server, $options);
$retval = $r->blpop('queue:query');

But I get this error:

ERR wrong number of arguments for 'blpop' command

Whenever I do this

$r = new Predis\Client($single_server, $options);
$retval = $r->blpop('queue:query',0);

I get the error:

Error while reading line from the server

Doing it from redis-cli

redis 127.0.0.1:6379> BLPOP queue:query
(error) ERR wrong number of arguments for 'blpop' command
redis 127.0.0.1:6379> BLPOP queue:query 0
1) "queue:query"
2) "hello world"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:25:53+00:00Added an answer on May 25, 2026 at 11:25 pm

    Seems like a bug. The latest version doesn’t have this issue, also it apparently dropped namespaces:

    <?
    include_once "Predis.php";
    
    $r = new Predis_Client();
    $retval = $r->blpop('queue:query',0);
    var_dump($retval);
    ?> 
    

    It blocked when I accessed the page. Then, I issued LPUSH queue:query 0, went back to the page, and got this:

    array(2) { [0]=> string(11) "queue:query" [1]=> string(1) "0" }
    

    Nevertheless, I would recommend the use of phpredis, it is faster than this library, because it is compiled as a php extension. If you have the rights in your server, that’s a good pick.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

They can be defined like this Struct.new(:x, :y) But what can usefully be done
Usually I open a new window like this: new Sensors(this).Show(); this.Hide(); But this method
Or is it okay to do something like this: new Thread( new ThreadStart( delegate
I have a lot of C# VS2008 code that looks like this: new SqlParameter(@Description,
When you create a GUI element such as a JFrame like this new JFrame();
Hi I have below pseudo code with throws an exception like this throw new
If i use thread like this: void foo() { new Thread().Start(); } since the
Hi i have a code like this: $doc = new DOMDocument(); $doc->Load('courses.xml'); foreach ($doc->getElementsByTagName('courses')
I am setting-up my DataGridView like this: jobs = new List<DisplayJob>(); uxJobList.AutoGenerateColumns = false;
If I create a SslStream instance like this: secureStream = new SslStream(stream, true, tlsRemoteCallback,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.