issues
search
apache
/
incubator-pegasus
Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
https://pegasus.apache.org/
Apache License 2.0
1.99k
stars
312
forks
source link
refactor(replica): Unify some unique variables to reduce redundances
#1933
Closed
acelyc111
closed
8 months ago
acelyc111
commented
8 months ago
Unify some string variables:
kRepsDir: "reps"
kReplicaAppType: "replica"
kDataDirPostfix: "data"
kRdbPostfix: "rdb"
Unify some string variables: