From 44a5a0f7c64be18ca9435d91a7797e2ccfe69997 Mon Sep 17 00:00:00 2001 From: domgew <44265359+domgew@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:35:25 +0100 Subject: [PATCH 1/2] Add Kedis (Kotlin Multiplatform redis client library) --- clients/kotlin/github.com/domgew/kedis.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 clients/kotlin/github.com/domgew/kedis.json diff --git a/clients/kotlin/github.com/domgew/kedis.json b/clients/kotlin/github.com/domgew/kedis.json new file mode 100644 index 0000000000..1d83baed85 --- /dev/null +++ b/clients/kotlin/github.com/domgew/kedis.json @@ -0,0 +1,4 @@ +{ + "name": "Kedis", + "description": "Redis client library for Kotlin Multiplatform (JVM + Native)" +} \ No newline at end of file From 5aa601fa8dd68d9a26dc737de8c7720657a701ab Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:08:43 -0800 Subject: [PATCH 2/2] Update clients/kotlin/github.com/domgew/kedis.json --- clients/kotlin/github.com/domgew/kedis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/kotlin/github.com/domgew/kedis.json b/clients/kotlin/github.com/domgew/kedis.json index 1d83baed85..a620f65a5c 100644 --- a/clients/kotlin/github.com/domgew/kedis.json +++ b/clients/kotlin/github.com/domgew/kedis.json @@ -1,4 +1,4 @@ { "name": "Kedis", "description": "Redis client library for Kotlin Multiplatform (JVM + Native)" -} \ No newline at end of file +}