Skip to content

Commit 1d2f132

Browse files
committed
docs: update (#415)
1 parent 7cbdbc8 commit 1d2f132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/camellia-redis-proxy/kv/kv-conf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ kv.obkv.table.name=camellia_kv
120120
```
121121
CREATE TABLE `camellia_kv` (
122122
`slot` int(9) NOT NULL,
123-
`k` varbinary(1024) NOT NULL,
124-
`v` varbinary(1024) NOT NULL
123+
`k` varbinary(16384) NOT NULL,
124+
`v` varbinary(1048576) NOT NULL,
125125
PRIMARY KEY (`slot`, `k`))
126126
PARTITION BY KEY(slot) PARTITIONS 97;
127127

0 commit comments

Comments
 (0)