Skip to content
  • This project
    • Loading...
  • Sign in

周伟奇 / bmw-ocr

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bmw-ocr
  • src
  • common
  • redis_cache
  • __init__.py
  • 周伟奇's avatar
    doc process part 1 · d5c6be4b
    周伟奇 committed 2020-06-19 17:20:57 +0800
    d5c6be4b Browse Directory
__init__.py 174 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
from .base import Redis
from .handler import RedisHandler
from settings import conf

redis_url = conf.REDIS_URL

redis = Redis(redis_url)
redis_handler = RedisHandler(redis)