From 81173dd40cd05add45752f907cd9e3491c000271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sun, 23 Mar 2025 19:11:31 +0000 Subject: [PATCH] Update README.md --- README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/README.md b/README.md index e3806c32..f247151e 100644 --- a/README.md +++ b/README.md @@ -320,47 +320,6 @@ The server will respond in [JSON](https://json.org) or [RESP](https://redis.io/t - HTTP and Websockets use JSON. - Telnet and RESP clients use RESP. -## Tile38 Client Libraries - -The following clients are built specifically for Tile38. -Clients that support most Tile38 features are marked with a ⭐️. - -- ⭐️ Go: [xjem/t38c](https://github.com/xjem/t38c) -- ⭐️ Node.js: [node-tile38](https://github.com/phulst/node-tile38) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-tile38))) -- ⭐️ Python: [pyle38](https://github.com/iwpnd/pyle38) -- ⭐️ TypeScript: [tile38-ts](https://github.com/iwpnd/tile38-ts) -- Go: [cjkreklow/t38c](https://github.com/cjkreklow/t38c) -- Python: [pytile38](https://github.com/mitghi/pytile38) -- Rust: [nazar](https://github.com/younisshah/nazar) -- Swift: [Talon](https://github.com/mikekinney/Talon) -- Java: [tile38-client-java](https://github.com/jamshidrostami/tile38-client-java) -- Java: [tile38-client](https://github.com/HkMoyun/tile38-client) - -## Redis Client Libraries - -Tile38 uses the [Redis RESP](https://redis.io/topics/protocol) protocol natively. -Therefore most clients that support basic Redis commands will also support Tile38. - -- C: [hiredis](https://github.com/redis/hiredis) -- C#: [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) -- C++: [redox](https://github.com/hmartiro/redox) -- Clojure: [carmine](https://github.com/ptaoussanis/carmine) -- Common Lisp: [CL-Redis](https://github.com/vseloved/cl-redis) -- Erlang: [Eredis](https://github.com/wooga/eredis) -- Go: [go-redis](https://github.com/go-redis/redis) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(go-redis))) -- Go: [redigo](https://github.com/gomodule/redigo) ([example code](https://github.com/tidwall/tile38/wiki/Go-example-(redigo))) -- Haskell: [hedis](https://github.com/informatikr/hedis) -- Java: [lettuce](https://github.com/mp911de/lettuce) ([example code](https://github.com/tidwall/tile38/wiki/Java-example-(lettuce))) -- Node.js: [node_redis](https://github.com/NodeRedis/node_redis) ([example code](https://github.com/tidwall/tile38/wiki/Node.js-example-(node-redis))) -- Perl: [perl-redis](https://github.com/PerlRedis/perl-redis) -- PHP: [tinyredisclient](https://github.com/ptrofimov/tinyredisclient) ([example code](https://github.com/tidwall/tile38/wiki/PHP-example-(tinyredisclient))) -- PHP: [phpredis](https://github.com/phpredis/phpredis) -- Python: [redis-py](https://github.com/andymccurdy/redis-py) ([example code](https://github.com/tidwall/tile38/wiki/Python-example)) -- Ruby: [redic](https://github.com/amakawa/redic) ([example code](https://github.com/tidwall/tile38/wiki/Ruby-example-(redic))) -- Ruby: [redis-rb](https://github.com/redis/redis-rb) ([example code](https://github.com/tidwall/tile38/wiki/Ruby-example-(redis-rb))) -- Rust: [redis-rs](https://github.com/mitsuhiko/redis-rs) -- Scala: [scala-redis](https://github.com/debasishg/scala-redis) -- Swift: [Redbird](https://github.com/czechboy0/Redbird) ## Contact