Skip to content

gyaan/redis-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Scheduler

Logo

Redis Scheduler

A Redis-based scheduler in Go.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This project is a demonstration of a Redis-based scheduler in Go. It's designed to handle a large number of records that need to be updated regularly in a circular fashion.

Built With

Getting Started

To get started with this project, you'll need to have Go and Redis installed on your machine.

Prerequisites

  • Go
  • Redis

Installation

  1. Clone the repo
    git clone https://github.com/gyaan/redis-scheduler.git
  2. Install Go packages
    go mod tidy

Usage

Use this project to understand how to build a Redis-based scheduler in Go.

For more examples, please refer to the Documentation

Roadmap

  • Add more tests
  • Add more features

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Gyaneshwar Pardhi - @gyaan

Project Link: https://github.com/gyaan/redis-scheduler

Acknowledgments

About

Update records in interval bases using redis list

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published