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 8407217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:18:10+00:00 2026-06-09T23:18:10+00:00

I am new to redis and predis . I want to create a simple

  • 0

I am new to redis and predis. I want to create a simple sign up form and want to send data to user email id. I have written the script for sign up and email sending. Now I want to make a queue in which i want to put both of the jobs. and as the user click on submit then processor should not wait for sending email. sending email should be put in a queue. and should be processed in background. please guys can anyone give me a reference of such script in php using redis.

  • 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-06-09T23:18:11+00:00Added an answer on June 9, 2026 at 11:18 pm

    What you can do is, push the data to a redis list and pick data from the worker which is polling the list for any data and then send it by email.

    Steps:

    Make a new predis client $redis = new Predis\Client("parameter");

    A predis list $redis->lpush(listname, "Data");

    and finally a worker(Cron) which is taking data from the same list

    $redis->rpop(listname, variable);
    

    Other work around way is to use pub/sub of redis.

    Try redis here and documentation- redis commands

    Predis examples. In examples folder.

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

Sidebar

Related Questions

new on ruby and using windows xp and rails 3, i want to send
I am new to Redis (using it at a hosted service) and want to
I'm very very new to redis and still playing around with it. I want
I am new to redis and celery . I have gone through the basic
I'm pretty new to redis and Nosql databases in general. I have a few
I am new to redis pub/sub. I have a chat facility in the system
I have a very simple app running on heroku with nodejs and redis. It
I'm new to redis, and I'm trying out various examples. However, it doesn't seem
I am pretty new to Redis. I downloaded Jedis and added that to my
New to PHP and MySQL, have heard amazing things about this website from Leo

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.