awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesRange Counting

Calculates the number of elements within a specific score range in a sorted set.

Distinct from Sorted Sets: Focuses on the cardinality of a range rather than retrieving the elements themselves.

Explore 2 awesome GitHub repositories matching data & databases · Range Counting. Refine with filters or upvote what's useful.

Awesome Range Counting GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tporadowski/redisالصورة الرمزية لـ tporadowski

    tporadowski/redis

    9,987عرض على GitHub↗

    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

    Enables counting the number of elements in a sorted set that fall within a specific score range.

    Credisredis-for-windowsredis-msi-installer
    عرض على GitHub↗9,987
  • redis/redisinsightالصورة الرمزية لـ redis

    redis/RedisInsight

    8,556عرض على GitHub↗

    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

    Provides capabilities to count or identify elements within specific numerical score windows in sorted sets.

    TypeScriptdatabase-guiredisredis-gui
    عرض على GitHub↗8,556
  1. Home
  2. Data & Databases
  3. Sorted Sets
  4. Range Counting

استكشف الوسوم الفرعية

  • Set-BasedCounting integers within a bound that are composed only of digits from a specified set. **Distinct from Range Counting:** Counts based on allowed digit sets rather than score-based range counting in sorted sets.