We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269319 commit e1c13f8Copy full SHA for e1c13f8
examples/count-min-sketch.js
@@ -15,7 +15,7 @@ async function countMinSketch() {
15
// https://oss.redis.com/redisbloom/CountMinSketch_Commands/#cmsinitbyprob
16
try {
17
await client.cms.initByProb('mycms', 0.001, 0.01);
18
- console.log('Reserved Top K.');
+ console.log('Initialized Count-Min Sketch.');
19
} catch (e) {
20
console.log('Error, maybe RedisBloom is not installed?:');
21
console.log(e);
0 commit comments