mindcrime-forks / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

Home Page:http://redis.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is This?

A fork of the Redis code-base, up to (but excluding) the most recent commit where they changed the license. This code is still licensed under the 3-Clause BSD license.

See HN discussion.

About

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

http://redis.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 74.4%Language:Tcl 24.3%Language:Python 0.5%Language:Shell 0.3%Language:Ruby 0.3%Language:Makefile 0.2%Language:C++ 0.1%Language:Smarty 0.0%Language:JavaScript 0.0%