You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tcp_nodelay || When using tcp_nodelay, specify the key. No value is required. |
69
+
| tcp_keepalive | 40 | When using tcp_keepalive, specify the keepalive interval in seconds. |
70
+
| compression | lz4 | Specify when compressing communication data. Supported values are `lz4` or `snappy`. |
71
+
| replication_strategy | SimpleStrategy | Specifies the replication strategy when creating a keyspace. Supported values are `SimpleStrategy` or `NetworkTopologyStrategy`. |
72
+
| replication_factor | 2 | Specify the replication factor when creating a keyspace. |
73
+
| page_size | 10 | Specify the number of results to retrieve per page when receiving query results. |
74
+
44
75
## Features
45
76
46
77
### Basic type binding
@@ -99,7 +130,7 @@ To avoid additional memory allocation, only borrowing is supported.
99
130
100
131
Currently, only manual implementation is supported.
101
132
102
-
-[] Manual implementation.
133
+
-[x] Manual implementation.
103
134
-[ ] Derive macro.
104
135
105
136
### Testing
@@ -111,3 +142,9 @@ Currently, only manual implementation is supported.
0 commit comments