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 77a58e4 commit add8980Copy full SHA for add8980
README.md
@@ -59,7 +59,7 @@ and
59
client.runModel("model", new String[] {"a", "b"}, new String[] {"c"});
60
```
61
62
-### Note
+## Note
63
64
**Chunk size:** Since version `0.10.0`, the chunk size of model (blob) is set to 512mb (536870912 bytes) based on
65
default Redis configuration. This behavior can be changed by `redisai.blob.chunkSize` system property at the beginning
@@ -72,4 +72,4 @@ Following constructor may come in handy for that purpose.
72
HostAndPort hostAndPort = new HostAndPort(host, port);
73
JedisClientConfig clientConfig = DefaultJedisClientConfig.builder().socketTimeoutMillis(largeTimeout).build();
74
new RedisAI(hostAndPort, clientConfig);
75
-```
+```
0 commit comments