An open API service indexing awesome lists of open source software.

https://github.com/chronark/redis-query

Client side secondary indexing for Redis
https://github.com/chronark/redis-query

Last synced: over 1 year ago
JSON representation

Client side secondary indexing for Redis

Awesome Lists containing this project

README

          

# redis query

**This is a WIP**

Once this project reaches a stable state, it will be moved to and maintained by
[Upstash](https://github.com/upstash)

## Features

- [x] Secondary indexes
- [x] Ranged queries
- [x] constant lookup time, regardless of collection size

## Usage

Check out `main.ts` for an example

TODO:

- [ ] Add more tests
- [ ] Remove deno, I'd rather go with nodejs
- [ ] use [@upstash/redis](https://github.com/upstash/upstash-redis) to allow
running this in edge runtimes
- [ ] Add migration support