Difference between revisions of "Redis"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Redis |Short description=an advanced key-value store. |Full description=Redis is an advanced key-value store. It is similar to memcached but the dataset is not vola...")
 
(Update to 2.8.19.)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Redis
 
|Name=Redis
|Short description=an advanced key-value store.
+
|Short description=Advanced key-value database
|Full description=Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.
+
|Full description='''Redis is an advanced key-value database.'''
 +
 
 +
It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.
 +
|Homepage URL=http://redis.io/
 
|User level=advanced
 
|User level=advanced
|Status=Live
+
|Computer languages=C
|Component programs=
+
|IRC general=irc://chat.freenode.net/redis
|Homepage URL=http://code.google.com/p/redis/
+
|Related projects=Redispy, Vulcan, QR, RedBottle, RedWeb, Redis-Lua, RedisRB, Redis-objective, Awesome, Redis-node-client, NodeRed, Redisk
|VCS checkout command=
+
|Keywords=strings, lists, order ,memcached, key-value pair,store,sets
|Computer languages=ANSI C
+
|Version identifier=2.8.19
|Documentation note=
+
|Version date=2014/12/16
|Paid support=
+
|Version status=stable
|IRC help=
+
|Version download=http://redis.io/download
|IRC general=
+
|Last review by=Calinou
|IRC development=
+
|Last review date=2014/12/21
|Related projects=Redispy,Vulcan,QR,RedBottle,RedWeb,Redis-Lua,RedisRB,Redis-objective,Awesome,Redis-node-client,NodeRed,Redisk
 
|Keywords=strings,lists,order,ANSI C,memcached,key-value pair,store,sets
 
|Is GNU=n
 
|Last review by=Kelly Hopkins
 
|Last review date=2010-03-17
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.2.5
+
|Status=
|Version date=2010-03-11
+
|Is GNU=No
|Version status=stable
 
|Version download=http://redis.googlecode.com/files/redis-1.2.5.tar.gz
 
 
|License verified date=2010-03-17
 
|License verified date=2010-03-17
|Version comment=
 
}}
 
{{Person
 
|Role=Maintainer
 
|Real name=Salvatore Sanfilippo
 
|Email=antirez@invece.org
 
|Resource URL=
 
}}
 
{{Software category
 
|Interface=command-line
 
|Programming-language=c
 
|Software-development=programming-language
 
|Use=software-development
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=BSD_3Clause
 
|License=BSD_3Clause
|License verified by=Kelly Hopkins
+
|License verified by=Calinou
|License verified date=2010-03-17
+
|License verified date=2014/12/21
 +
|License note=[http://redis.io/topics/license License]
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=BSD_2Clause
 
|License=BSD_2Clause
|License verified by=Kelly Hopkins
+
|License verified by=Calinou
|License verified date=2010-03-17
+
|License verified date=2014/12/21
 +
|License note=[http://redis.io/topics/license License]
 +
}}
 +
{{Software category
 +
|Database=server
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X
 +
|Software-development=programming-language
 +
|Use=software-development
 
}}
 
}}
 +
{{Featured}}

Revision as of 14:46, 21 December 2014


[edit]

Redis

http://redis.io/
Advanced key-value database

Redis is an advanced key-value database.

It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.





Licensing

License

Verified by

Verified on

Notes

License

BSD

Verified by

Calinou

Verified on

21 December 2014

Notes

License




Leaders and contributors

Resources and communication

AudienceResource typeURI
Perl (Ref)https://metacpan.org/release/Redis
Python (Ref)https://pypi.org/project/redis
Ruby (Ref)https://rubygems.org/gems/redis
Debian (Ref)https://tracker.debian.org/pkg/redis


Software prerequisites




Entry















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.