Skip to content

Commit dab04d7

Browse files
author
Bulat Shakirzyanov
committed
add mention of asynchronous IO
1 parent 67c1521 commit dab04d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Features:
55
* All pre 2.1 Cassandra datatypes, including sets, lists and maps.
66
* Simple, prepared and batch statements.
77
* Results paging.
8+
* Asynchronous IO.
89
* SSL encryption.
910
* Credentials authentication.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Features:
6868
* [All pre 2.1 Cassandra datatypes, including sets, lists and maps](features/datatypes.feature).
6969
* [Simple](features/simple_statements.feature), [prepared](features/prepared_statements.feature) and [batch statements](features/batch_statements.feature).
7070
* [Results paging](feature/result_paging.feature).
71+
* [Asynchronous IO](src/Cassandra/Session.php#L24-L35).
7172
* [SSL encryption](feature/ssl_encryption.feature).
7273
* [Credentials authentication](src/Cassandra/Cluster/Builder.php#L312-L320).
7374

0 commit comments

Comments
 (0)