Skip to content

Commit

Permalink
address all comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cyip10 committed Jun 30, 2024
1 parent 2f73630 commit 7bdeef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ This preview release is recommended for testing purposes only.

## System Requirements

The beta release of GLIDE for Valkey was tested on Intel x86_64 using Ubuntu 22.04.1, Amazon Linux 2023 (AL2023), and macOS 12.7.
The beta release of GLIDE for Valkey was tested on Intel x86_64 using Ubuntu 22.04.1, Amazon Linux 2023 (AL2023), and macOS 12.7 (aarch64-apple-darwin).

## Layout of Java code
The Java client contains the following parts:

1. `src`: Rust dynamic library FFI to integrate with [GLIDE core library](./glide-core/README.md).
1. `src`: Rust dynamic library FFI to integrate with [GLIDE core library](../glide-core/README.md).
2. `client`: A Java-wrapper around the GLIDE core rust library and unit tests for it.
3. `examples`: An examples app to test the client against a Valkey localhost.
4. `benchmark`: A dedicated benchmarking tool designed to evaluate and compare the performance of GLIDE for Valkey and other Java clients.
Expand Down Expand Up @@ -198,6 +198,6 @@ The following arguments are accepted:
* `concurrentTasks`: Number of concurrent tasks
* `clients`: one of: all|jedis|lettuce|glide
* `clientCount`: Client count
* `host`: glide server host url
* `host`: ValKey server host url
* `port`: glide server port number
* `tls`: glide TLS configured

0 comments on commit 7bdeef5

Please sign in to comment.