Last Updated: February 25, 2016
·
735
· erol

Redis-V8

It might be too early to use in production, but it's worth exploring nonetheless.

http://redis-v8.com/

Redis-V8 is free software implementing structured memory store with Google's V8 JavaScript engine built into it. It resembles an ORM in the way it is used for database scripting and record retrieval. The project's goals are: elegance and ease of use, high performance, bandwidth conservation and filling the missing spots in Redis tooling.

This project is a Redis fork that is compiled and run completely independent of any other Redis installation you might be using. It allows the creation and execution of complex JS scripts within the database itself, significantly increasing a Redis database performance in many scenarios and making data manipulation simple, convenient and efficient.