Skip to content

Commit d460e98

Browse files
committed
updated info about SDK
Signed-off-by: P SIDHARTH <philkhanasidharth14@gmail.com>
1 parent a6e1c4a commit d460e98

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [Commands](#commands)
2323
- [Persistence](#persistence)
2424
- [Architecture \& Design Notes](#architecture--design-notes)
25-
- [JavaScript Client SDK](#javascript-client-sdk)
25+
- [Client SDKs](#client-sdks)
2626
- [Metrics and Monitoring](#metrics-and-monitoring)
2727
- [Write-Ahead Logging (WAL)](#write-ahead-logging-wal)
2828
- [Version](#version)
@@ -75,7 +75,7 @@ We benchmarked Prithvi against Redis (v7.2) on the same machine using a custom l
7575
- [Commands](#commands)
7676
- [Persistence](#persistence)
7777
- [Architecture \& Design Notes](#architecture--design-notes)
78-
- [JavaScript Client SDK](#javascript-client-sdk)
78+
- [Client SDKs](#client-sdks)
7979
- [Metrics and Monitoring](#metrics-and-monitoring)
8080
- [Write-Ahead Logging (WAL)](#write-ahead-logging-wal)
8181
- [Version](#version)
@@ -191,12 +191,13 @@ Prithvi's persistence mechanism saves the in-memory state to `data/store.json`.
191191

192192
---
193193

194-
## JavaScript Client SDK
194+
## Client SDKs
195195

196-
A lightweight JavaScript Client SDK is available to interact with Prithvi from browsers or Node.js.
196+
A lightweight JavaScript/Python Client SDK is available to interact with Prithvi from browsers or Node.js.
197197

198198
It wraps the custom TCP protocol and exposes async `set`, `get`, `del`, `auth`, and other command helpers.
199199
🔗 [Prithvi JS SDK](https://github.com/psidh/prithvi-js-sdk)
200+
🔗 [Prithvi Python SDK](https://github.com/psidh/prithvi-py-sdk)
200201

201202
---
202203

0 commit comments

Comments
 (0)