awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tporadowski/redisAvatar tporadowski

    tporadowski/redis

    9,987Vezi pe 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
    Vezi pe GitHub↗9,987
  • redis/redisinsightAvatar redis

    redis/RedisInsight

    8,556Vezi pe 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
    Vezi pe GitHub↗8,556
  1. Home
  2. Data & Databases
  3. Sorted Sets
  4. Range Counting

Explorează sub-etichetele

  • 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.