query icon indicating copy to clipboard operation
query copied to clipboard

Secondary indexing and query capabilities for Upstash Redis

Results 9 query issues
Sort by recently updated
recently updated
newest added

When using `createCollection` and then manually updating the data within Upstash console. using `.match` uses old value.

Workflows updated with `oven-sh/setup-bun@v1` https://github.com/upstash/upstash-redis/pull/896#issuecomment-1956021618

hi! it seems that the library supports creating indexes on nested fields, but in reality I can't make it work. for example, I have records like this: ``` { productId:...

I want to be able to create a function that dynamically types indexes, however currently I am unable to type terms: When I hover over terms I get the following...

One of the planned features of this project is : > - [ ] Range Queries: Query your data with range queries. Either numeric or lexicographic. However, this is not...

A few errors are thrown when using latest @upstash/redis (tested with 1.34.6): ``` src/collection.ts(128,13): error TS2365: Operator '>' cannot be applied to types 'string' and 'number'. src/collection.ts(129,11): error TS2322: Type...

I am just foolowing the quickstart tutorial here https://github.com/upstash/query?tab=readme-ov-file#quickstart and getting below error when querying the document but it created the document correct as you can see in below screenshot...

@enesakar, is this project still maintained or works? Since its been a year no new versions have been released. To be honest, seeing this package gave me a glimpse of...