Client Libraries
Tile38 Client Libraries
The following clients are built specifically for Tile38.
Clients that support most Tile38 features are marked with a ⭐️.
- ⭐️ Go: xjem/t38c
- ⭐️ Node.js: node-tile38 (example code)
- ⭐️ Python: pyle38
- ⭐️ TypeScript: tile38-ts
- Go: cjkreklow/t38c
- Python: pytile38
- Rust: nazar
- Swift: Talon
- Java: tile38-client-java
- Java: tile38-client
Redis Client Libraries
Tile38 uses the Redis RESP protocol natively. Therefore most clients that support basic Redis commands will also support Tile38.
- C: hiredis
- C#: StackExchange.Redis
- C++: redox
- Clojure: carmine
- Common Lisp: CL-Redis
- Erlang: Eredis
- Go: go-redis (example code)
- Go: redigo (example code)
- Haskell: hedis
- Java: lettuce (example code)
- Node.js: node_redis (example code)
- Perl: perl-redis
- PHP: tinyredisclient (example code)
- PHP: phpredis
- Python: redis-py (example code)
- Ruby: redic (example code)
- Ruby: redis-rb (example code)
- Rust: redis-rs
- Scala: scala-redis
- Swift: Redbird