
GitHub - whatyouhide/redix: Fast, pipelined, resilient Redis driver …
Fast, pipelined, resilient Redis client for Elixir. Redix is a Redis and Valkey client written in pure Elixir with focus on speed, correctness, and resiliency (that is, being able to automatically …
whatyouhide/redix - Redis 中文文档
2023年9月3日 · Fast, pipelined, resilient Redis client for Elixir. Redix is a Redis client written in pure Elixir with focus on speed, correctness, and resiliency (that is, being able to automatically …
Redix:Elixir中的高效Redis客户端 - CSDN博客
2024年8月13日 · Redix是一个用纯Elixir编写的Redis客户端,它专注于速度、正确性和弹性(即在网络错误时能够自动重连)。 Redix不仅提供了基本的Redis命令接口,还支持管道操作 …
SoCal-Software-Labs/safe-redix - GitHub
Safe-Redix Redix Client forked to allow a maximum response size of 100mb. Fast, pipelined, resilient Redis client for Elixir. Redix is a Redis client written in pure Elixir with focus on speed, …
Redix — Redix v1.5.2 - HexDocs
Fast, pipelined, resilient Redis client for Elixir. Redix is a Redis and Valkey client written in pure Elixir with focus on speed, correctness, and resiliency (that is, being able to automatically …
redix:Fast, pipelined, resilient Redis driver for Elixir. - GitCode
红迪克斯是一款纯 Elixir 编写的 Redis 和 Valkey 客户端,专注于速度、正确性和韧性(即在网络错误时能够自动重新连接到 Redis)。 此 README 参照的是红迪克斯主分支,并非 Hex 上发 …
redix - 阿里云开发者社区
2018年3月1日 · Superfast, pipelined, resilient Redis client for Elixir. Redix is a Redis client written in pure Elixir with focus on speed, correctness and resiliency (that is, being able to …
探索Redix:Elixir的高效Redis客户端 - CSDN博客
2024年5月15日 · 红宝石(Redix) 是一个专为Elixir设计的快速、管道化、容错型的Redis客户端库。 它注重速度、正确性和在网络错误情况下自动重连的能力,是构建高效Redis驱动应用的理 …
elixir redis driver 选型 - dingxinglong - SegmentFault 思否
2023年10月7日 · 从 redis官网推荐 、 hex.pm下载 中可以看到。 有 redix/eredis 供选择。 redix 在如下方面有明显的优势: redix支持链接多路复用。 而eredis是poolboy,一个链接同一时间只 …
Redis与Elixir集成:Redix库与Phoenix1.背景介绍 1 ... - 掘金
2024年1月23日 · Redix 是一个用于 Redis 的 Elixir 客户端库,可以方便地在 Elixir 应用中与 Redis 进行交互。 Redix 提供了与 Redis 的高性能、低延迟的通信接口,支持多种数据结构的操作。