Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Support env prefix to redis keys #43

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Mar 14, 2017

  1. support environmental prefix to keys in redis

    1. Support to setup prefix as part of config
    2. Modify lua scripts to remove dependency from hard coded key prefix -
    "jobs:".
    3. Process environmental prefix and hard coded prefix("jobs:") and then
    pass them to lua scripts. This helps in generating scripts.go only once
    and use it from other packages as required supporting multiple
    configurable environmental prefixes.
    4. Ran go fmt.
    
    (cherry picked from commit 34e9b67)
    yadvendar committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    18a51ad View commit details
    Browse the repository at this point in the history
  2. passing tests

    (cherry picked from commit 2ceff7e)
    yadvendar committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    0eba5d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    ac4dad9 View commit details
    Browse the repository at this point in the history