Skip to content

Commit 5477705

Browse files
Add Ballerina Redis client (#2682)
This PR adds information on the Official Redis client library for [Ballerina](https://ballerina.io/). This client comes with the support for Redis clusters, connection pooling and secure connections OOTB. ## References - Ballerina Redis Client Package: https://central.ballerina.io/ballerinax/redis/latest - Source Repository: https://github.com/ballerina-platform/module-ballerinax-redis - Client Specification Documentation: https://github.com/ballerina-platform/module-ballerinax-redis/blob/master/docs/spec/spec.md - Ballerina Programming Language Homepage: https://ballerina.io/
1 parent 3447823 commit 5477705

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "ballerinax-redis",
3+
"description": "Official Redis client for Ballerina language with the support for Redis clusters, connection pooling and secure connections.",
4+
"homepage": "https://central.ballerina.io/ballerinax/redis/latest",
5+
"repository": "https://github.com/ballerina-platform/module-ballerinax-redis",
6+
"recommended": true
7+
}

0 commit comments

Comments
 (0)