mirror of
https://github.com/lingble/safe-redis-leader.git
synced 2025-10-30 20:17:48 +00:00
extra word
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "safe-redis-leader",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Redis leader election implementation that does not have any race conditions",
|
||||
"main": "src/src/index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -102,8 +102,7 @@ async function createSafeRedisLeader({
|
||||
off,
|
||||
once,
|
||||
removeAllListeners,
|
||||
shutdown,
|
||||
start
|
||||
shutdown
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user