Skip to content

Commit add8980

Browse files
authored
Format README (#46)
1 parent 77a58e4 commit add8980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ and
5959
client.runModel("model", new String[] {"a", "b"}, new String[] {"c"});
6060
```
6161

62-
### Note
62+
## Note
6363

6464
**Chunk size:** Since version `0.10.0`, the chunk size of model (blob) is set to 512mb (536870912 bytes) based on
6565
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.
7272
HostAndPort hostAndPort = new HostAndPort(host, port);
7373
JedisClientConfig clientConfig = DefaultJedisClientConfig.builder().socketTimeoutMillis(largeTimeout).build();
7474
new RedisAI(hostAndPort, clientConfig);
75-
```
75+
```

0 commit comments

Comments
 (0)