awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 रिपॉजिटरी

Awesome GitHub RepositoriesRedis Client Interfaces

Standardized API interfaces for executing data manipulation commands on a Redis server.

Distinct from Raw Command Execution: Existing candidates focus on object mapping or raw strings; this is the standard structured command interface

Explore 9 awesome GitHub repositories matching data & databases · Redis Client Interfaces. Refine with filters or upvote what's useful.

Awesome Redis Client Interfaces GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • redis/ioredisredis का अवतार

    redis/ioredis

    15,295GitHub पर देखें↗

    ioredis is a performance-focused Redis client for Node.js applications. It provides a comprehensive interface for interacting with Redis servers, including specialized clients for sharded clusters and Sentinel-based high availability environments. The project distinguishes itself through advanced networking and execution capabilities, such as automatic event-loop pipelining to reduce overhead and a system for routing read-write traffic between primary and replica nodes. It also features a dedicated Lua scripting interface that allows server-side scripts to be registered as custom client comma

    Provides a comprehensive standard interface for manipulating Redis data structures like hashes, vectors, and streams.

    TypeScriptnodejsredisredis-client
    GitHub पर देखें↗15,295
  • redis/redis-pyredis का अवतार

    redis/redis-py

    13,566GitHub पर देखें↗

    redis-py is a Python client library for interacting with Redis databases to execute commands and manage key-value data. It serves as a driver for programmatic data manipulation, providing interfaces for Redis command execution and key-value storage. The project includes a dedicated cluster client that handles topology discovery, slot mapping, and request routing across distributed nodes. It further supports high availability through active-active deployment coordination, utilizing health checks and failure detection to trigger automatic failover between instances. The library incorporates ne

    Provides a standardized Python API interface for executing data manipulation commands on a Redis server.

    Pythonpythonredisredis-client
    GitHub पर देखें↗13,566
  • redis/jedisredis का अवतार

    redis/jedis

    12,331GitHub पर देखें↗

    Jedis is a Java library for connecting to Redis servers to execute commands and manage key-value data structures. It serves as a Java client and connection manager that facilitates the storage and retrieval of high-performance data. The project provides a cluster client for distributing data and requests across multiple nodes to ensure scaling and high availability. It includes a dedicated pub-sub client for real-time messaging through channel subscriptions and a pipelining tool to increase throughput by sending multiple commands in a single network round-trip. The library covers a broad ran

    Provides a standardized API interface for executing diverse data manipulation commands on Redis servers.

    Javajavajedisredis
    GitHub पर देखें↗12,331
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Provides a standardized API interface for executing real-time data manipulation commands.

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • redis/redisinsightredis का अवतार

    redis/RedisInsight

    8,556GitHub पर देखें↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Executes individual or sequenced commands from the terminal using human-readable or raw output formats.

    TypeScriptdatabase-guiredisredis-gui
    GitHub पर देखें↗8,556
  • taskforcesh/bullmqtaskforcesh का अवतार

    taskforcesh/bullmq

    8,432GitHub पर देखें↗

    BullMQ is a Redis-backed message queue library and background processor designed for distributed task queueing. It functions as a distributed queue manager and task scheduler, utilizing Redis to manage asynchronous job processing and persistence. The system distinguishes itself through its role as a job workflow orchestrator, enabling the definition of complex parent-child job dependencies and hierarchies for multi-step workflows. It provides sandboxed process execution to isolate heavy workloads and prevent event loop blocking, alongside distributed rate limiting to protect downstream servic

    Adapts Redis client libraries to the required interface for executing commands and transactions.

    TypeScriptbackground-jobselixirnodejs
    GitHub पर देखें↗8,432
  • flask-admin/flask-adminflask-admin का अवतार

    flask-admin/flask-admin

    6,071GitHub पर देखें↗

    Simple and extensible administrative interface framework for Flask

    Executes commands against a Redis server directly from the admin interface using a built-in console.

    Python
    GitHub पर देखें↗6,071
  • pallets-eco/flask-adminpallets-eco का अवतार

    pallets-eco/flask-admin

    6,071GitHub पर देखें↗

    Flask-Admin is a framework for auto-generating administrative interfaces in Flask applications. It provides a Flask Admin Interface that automatically creates create, read, update, and delete views for database models, functioning as a Database Model CRUD Generator that eliminates manual coding for basic data administration tasks. The framework also includes an Extensible Admin Dashboard that developers can customize, along with a File Management Interface for browsing, uploading, and organizing server-side files, and a Redis Console Client for executing interactive Redis commands directly wit

    Embeds an interactive Redis command console directly within the admin interface for executing queries.

    Python
    GitHub पर देखें↗6,071
  • coocood/freecachecoocood का अवतार

    coocood/freecache

    5,399GitHub पर देखें↗

    freecache is a high-performance, concurrent in-memory key-value store library for Go applications. It functions as a fixed-size cache that manages large volumes of data while eliminating garbage collection overhead through the use of preallocated memory and off-heap storage. The system maintains a predictable memory footprint by utilizing fixed memory allocation and circular buffer management, where new entries automatically overwrite the oldest data upon reaching capacity. It further reduces contention between simultaneous readers and writers through lock-striped concurrent access. The libr

    Implements a Redis-compatible interface allowing external clients to communicate using standard Redis commands and pipelining.

    Go
    GitHub पर देखें↗5,399
  1. Home
  2. Data & Databases
  3. Redis Client Interfaces

सब-टैग एक्सप्लोर करें

  • Admin Redis ConsolesExecutes commands against a Redis server directly from the admin interface using a built-in console. **Distinct from Redis Client Interfaces:** Distinct from Redis Client Interfaces: adds a web-based interactive console within an admin interface, not just a client API for command execution.
  • Web-Based Redis ConsolesProvides a web-based terminal interface that executes Redis commands via a Python client library. **Distinct from Redis Client Interfaces:** Distinct from Redis Client Interfaces: adds a web-based interactive console on top of the client interface, not just an API for command execution.