TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ReJSON – a JSON data type for Redis

4 pointsby itamarhaberover 8 years ago
Redis v4 is planned for GA in a few weeks and it comes with a new modules API. Over the last months we&#x27;ve been putting together a few of these modules, and yesterday we&#x27;ve published the preview for ReJSON.<p>ReJSON is a Redis module that implements a data type for storing, fetching and manipulating JSON values stored as binary objects. The API is faithful to the Redis spirit with a new set of commands (https:&#x2F;&#x2F;redislabsmodules.github.io&#x2F;rejson&#x2F;commands), and the same spirit is maintained in terms of performance as our our early benchmarks suggest (https:&#x2F;&#x2F;redislabsmodules.github.io&#x2F;rejson&#x2F;performance).<p>The project is currently under active development and we still have improvements planned before calling it an MVP (mainly reducing memory overhead and performance optimizations). That said, anything you say can and may be used to make ReJSON better, so feel free to drop us a line here or anywhere else :)<p>Source code: https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;rejson<p>Docs: https:&#x2F;&#x2F;redislabsmodules.github.io&#x2F;rejson

no comments

no comments