Hi..!
I am new to APScheduler and wanna know how to add a particular cronjob in Redis using APS, how to schedule and unscheduled it and delete it from redis. Actually, I couldn't find any example for adding it.Plz give me some example for adding the jobs in redis Jobstore..
Looking Forward For Your Help )
Regards
--
You received this message because you are subscribed to the Google Groups "APScheduler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apscheduler...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "APScheduler" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/apscheduler/ZOYhVjtWKQg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to apscheduler...@googlegroups.com.
Looking for you help :)Though redis is installed on my computer.Thanks for Your reply..But When i try to run the redis_.py file i got this error
"from apscheduler.jobstores.redis import RedisJobStore
ImportError: No module named redis"