Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Note that EloqKV also support standard Multi/Exec semantic.
  • Loading branch information
zhangh43 committed Mar 5, 2025
1 parent f9af1d5 commit b85f88c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ EloqKV is a **Redis-compatible database** designed for developers who need **ACI

## Key Features

### 🛠️ **ACID Transactions with SQL-Style Syntax**
### 🛠️ **ACID Transactions with SQL-Style Syntax**
Besides the standard Redis transaction syntax (MULTI/EXEC), we also support SQL-style interactive transactions.

```redis
-- Transfer funds between accounts atomically
BEGIN
Expand Down

0 comments on commit b85f88c

Please sign in to comment.