• This project
    • Loading...
  • Sign in

ncov / back

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • back
  • server
  • modules
  • lockKey.js
  • lintry's avatar
    init · 762bf570
    762bf570
    lintry authored 2020-01-28 16:17:32 +0800
lockKey.js 208 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
/**
 * lockKey
 * Created by lintry on 2018/12/20.
 */

const redis_client = require('../init/redis-promisify'),
    LockKey = require('kml-redis-tools').LockKey;


module.exports = new LockKey(redis_client);