Skip to content

alrafiabdullah/redis-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDIS PubSub

Requirements

Python 3.10.19

  • Add a .env file with values.
  • Create and activate a virtual environment.
  • Run pip install --upgrade pip to upgrade pip version.
  • Run pip install -r requirements.txt to install the dependencies.
  • Run python manage.py migrate to migrate the DB changes.
  • Run python manage.py runserver and go to http://127.0.0.1:8000

env

DJANGO_SECRET_KEY=
DJANGO_DEBUG=
DJANGO_ALLOWED_HOST=
REDIS_HOST=
REDIS_PASSWORD=
REDIS_PORT=
REDIS_ACC_USER=

About

A repository with the demonstration of Redis pubsub feature with live link.

Topics

Resources

Stars

Watchers

Forks

Contributors