Skip to content

Commit 4a51821

Browse files
committed
fix README
1 parent 3c0c6d6 commit 4a51821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pool, err := pool.NewShard(&pool.ShardConfig{
105105
pool.Set(ctx, "foo", "bar", 0)
106106
```
107107

108-
Shard pool use the `CRC32` as default hash function when sharding the key, you can overwrite the `HashFn` in config if wants to use other sharding hash function. The distribution type supports `ketama` and `modular`, default is modular..
108+
Shard pool use the `CRC32` as default hash function when sharding the key, you can overwrite the `HashFn` in config if wants to use other sharding hash function. The distribution type supports `ketama` and `modular`, default is modular.
109109

110110
## Test
111111

0 commit comments

Comments
 (0)