4 个仓库
Sending and receiving commands to manipulate data in a Redis key-value store.
Distinct from Key-Value Search Stores: Focuses on the execution of standard Redis database commands rather than CLI frameworks or remote shell execution.
Explore 4 awesome GitHub repositories matching data & databases · Redis Command Execution. Refine with filters or upvote what's useful.
node-redis is a Node.js client and database driver for interacting with Redis key-value stores. It functions as a connection manager and data iterator, allowing applications to execute database commands and manage atomic transactions on a remote server using asynchronous JavaScript. The project provides specialized capabilities for handling large datasets through an asynchronous interface and supports connection pooling to isolate blocking operations. It includes support for client-side caching and token-based authentication via Entra ID. The driver covers a broad range of operational areas,
Enables the execution of database commands to manipulate and retrieve data from a remote Redis store.
Telescope 是一个用于 Laravel 应用程序的调试仪表板和开发工具,提供了一个 Web 界面来监控请求、异常、数据库查询和日志。它作为一个 PHP 应用程序监控器和诊断助手,追踪系统的执行生命周期以识别和解决 Bug。 该工具的独特之处在于为 SQL 查询和 Redis 命令提供了专门的分析器,以及一个用于外发邮件的浏览器内预览系统。它还包括一个专门的审计系统,用于控制台命令和授权门控检查,以验证权限逻辑。 该平台涵盖了广泛的可观测性领域,包括后台作业和进程跟踪、缓存操作检查以及应用程序事件监控。它通过 Header 和会话数据分析请求生命周期,记录异常的完整堆栈跟踪,并监控视图渲染和模型水合。 监控界面的访问通过集中的授权门控进行管理。
Logs all commands executed against a Redis store to monitor cache and key-value operations.
Codeception 是一个 PHP 应用程序的全栈测试框架,为单元测试、功能测试和验收测试提供统一的界面。它作为通过 WebDriver 协议自动化真实桌面和移动浏览器的工具,并充当测试 REST 和 SOAP API 的客户端。 该框架的特色在于对行为驱动开发(BDD)的支持,允许用户使用 Gherkin 语言编写人类可读的测试规范,以使技术测试与业务需求保持一致。它实现了基于角色的动作映射,将这些自然语言步骤连接到可执行的 PHP 方法。 其功能涵盖了广泛的领域,包括 SQL 和 NoSQL 存储的数据库状态验证和管理、通过浏览器自动化模拟用户工作流,以及使用 JSON 和 XML 验证 API 数据结构。它还提供了用于衡量代码覆盖率以及通过依赖注入和服务容器操作管理测试生命周期的工具。 该项目包括一个引导式的命令行安装过程,用于生成标准化的测试样板和配置文件。
Allows sending arbitrary raw commands directly to the Redis driver for flexible data manipulation.
redis-rs 是一个用于通过同步和异步 Rust 接口与 Redis 数据存储进行交互的客户端库。它作为执行数据缓存、会话管理和通用数据存储的驱动程序。 该库具有对 Redis Cluster 环境的专门支持,包括集群感知节点路由和分布式数据管理。它通过零拷贝反序列化来最大限度地减少内存分配,并采用多路复用连接模型,允许多个并发请求共享单个网络连接。 该项目涵盖了广泛的能力,包括 JSON 文档存储、带有部分故障处理的命令流水线以及连接池。通过 TLS 加密和基于 Azure Entra ID 的令牌身份验证提供安全连接。开发过程通过用于单元和集成测试的连接模拟(mocking)得到支持。
Implements high-level traits and custom conversions for executing typed commands against Redis data stores.