Skip to content

Commit

Permalink
Doc-355: client doc updates part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amandalindsay committed Jan 22, 2025
1 parent 7d92098 commit abe7811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/clients/pages/cplusplus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Hazelcast native {cpp} client is an official library that allows {cpp} appli
* Near Cache Support: The Near Cache feature allows frequently read data to be stored for faster read speeds compared to traditional caches
* Enterprise-Level Security: The client provides SSL support for enhanced security requirements
* Distributed synchronization: The client offers distributed synchronization mechanisms through the CP Subsystem, including fenced_lock, counting_semaphore and latch
* Smart Client Functionality: By default, it operates as a smart client, meaning it knows the data location within the cluster and can directly request the correct member (Note that you can disable this feature using the `client_config::set_smart_routing` method if you do not want the clients to connect to every member)
* Smart Client Functionality: By default, it operates as a smart client, meaning it knows the data location within the cluster and can directly request the correct member (note that you can disable this feature using the `client_config::set_smart_routing` method if you do not want the clients to connect to every member)
* Listeners: Ability to add cluster listeners to a cluster and entry/item listeners to distributed data structures
* Cloud Integration: It offers the ability to discover existing Hazelcast clusters in an AWS environment
* Asynchronous Operations: The client supports asynchronous execution of tasks in the cluster and non-blocking asynchronous methods for improved performance
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/clients/pages/dotnet.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

The Hazelcast native .NET client is an official library that allows .NET applications to connect to and interact with Hazelcast clusters. The key features and benefits include:

* Distributed Data Structures: It provides access to Hazelcast's distributed data structures like maps, queues, topics, and more
* Distributed Data Structures: It provides access to Hazelcast's distributed data structures such as maps, queues, topics, and more
* SQL Support: The client allows running SQL queries over distributed data
* Near Cache: It supports Near Cache for faster read speeds. Eventual consistency is also supported
* Security Features: The client offers SSL support and Mutual Authentication for enterprise-level security needs
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/clients/pages/python.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Hazelcast native Python client is an official library that allows Python app
* JSON Object Support: It allows using and querying JSON objects
* Compact Serialization: The client supports Compact serialization, which provides efficient serialization for objects
* DBAPI Support: It implements the DBAPI interface on top of the SQL service, making it compatible with various libraries and tools
* Near Cache: The client supports Near Cache feature for faster read speeds on frequently accessed data
* Near Cache: The client supports the Near Cache feature for faster read speeds on frequently accessed data
* Integration with Jupyter Notebook: The client can be used in Jupyter Notebook environments, enabling interactive data analysis and visualization
These features make the Hazelcast Python Client a powerful tool for Python applications requiring distributed computing, in-memory data processing, and real-time analytics capabilities.
Expand Down

0 comments on commit abe7811

Please sign in to comment.