soumyasd
Results
2
issues of
soumyasd
0.27.3 works libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.3" but 0.27.4 doesn't libraryDependencies += "com.rockymadden.stringmetric" %% "stringmetric-core" % "0.27.4" and gives the following error. [info] Resolving com.rockymadden.stringmetric#stringmetric-core_2.10;0.27.4 ... [warn] module...
I'm trying to run a simple test by putting 1 million keys-values into Redis. For 100,000 keys it is really fast. However, the performance degrades a lot when I bump...