File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 9
9
This library is a pure asynchronous PHP implementation of the Cassandra V4 binary protocol.
10
10
It utilize [ amphp] ( https://amphp.org ) framework for async operations.
11
11
12
- ## UNDER DEVELOPMENT
13
- ## NOT READY FOR PRODUCTION
14
-
15
12
## Install
16
13
17
14
Via Composer
@@ -51,23 +48,21 @@ Loop::run(function () {
51
48
```
52
49
53
50
More examples can be found in [ ` examples ` ] ( examples ) directory. Run it with:
51
+
54
52
``` bash
55
53
CASSIS_EXAMPLE_DSN=tcp://user:pass@localhost:9042 php example/*
56
54
```
57
55
58
- ## Benchmark
59
-
60
- Benchmarks were run as:
56
+ ## Testing
61
57
62
58
``` bash
63
- CASSIS_BENCHMARK_DSN=tcp://user:pass@localhost:9042 php benchmark/write.php N
64
- CASSIS_BENCHMARK_DSN=tcp://user:pass@localhost:9042 php benchmark/read.php N M
59
+ CASSIS_TEST_DSN=tcp://user:pass@localhost:9042 composer test
65
60
```
66
61
67
- ## Testing
62
+ ## Benchmarks
68
63
69
64
``` bash
70
- $ CASSIS_TEST_DSN =tcp://user:pass@localhost:9042 composer test
65
+ CASSIS_BENCHMARK_DSN =tcp://user:pass@localhost:9042 composer bench
71
66
```
72
67
73
68
## Contributing
You can’t perform that action at this time.
0 commit comments