SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

redis rpm build for : CentOS 5. For other distributions click redis.

Name : redis
Version : 2.0.0 Vendor : http://www_karan_org/
Release : rc4.el5.kb.1 Date : 2010-08-03 16:39:53
Group : Applications/Multimedia Source RPM : redis-2.0.0-rc4.el5.kb.1.src.rpm
Size : 0.77 MB
Packager : Karanbir Singh < kbsingh_karan_org>
Summary : redis is a key-value database like memcached
Description :
Redis is a 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 and sets with atomic operations to push/pop elements.

In order to be very fast but at the same time persistent the whole dataset is
taken in memory and from time to time and/or when a number of changes to the
dataset are performed it is written asynchronously on disk. You may lose the
last few queries that is acceptable in many applications but it is as fast
as an in memory DB (beta 6 of Redis includes initial support for master-slave
replication in order to solve this problem by redundancy).

Compression and other interesting features are a work in progress. Redis is
written in ANSI C and works in most POSIX systems like Linux, *BSD, Mac OS X,
and so on. Redis is free software released under the very liberal BSD license.

RPM found in directory: /packages/linux-pbone/archive/centos.karan.org/el5/misc/testing/x86_64/RPMS

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  redis-2.0.0-rc4.el5.kb.1.x86_64.rpm
     

Provides :
config(redis)
redis
redis

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
/bin/sh
/usr/sbin/useradd
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libpthread.so.0(GLIBC_2.2.5)(64bit)
libpthread.so.0()(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
config(redis) = 2.0.0-rc4.el5.kb.1
/sbin/service
libm.so.6(GLIBC_2.2.5)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libm.so.6()(64bit)
libc.so.6(GLIBC_2.3)(64bit)
/bin/bash
/sbin/chkconfig


Content of RPM :
/etc/init.d/redis
/etc/logrotate.d/redis
/etc/redis.conf
/usr/bin/redis-benchmark
/usr/bin/redis-cli
/usr/sbin/redis-server
/usr/share/doc/redis-2.0.0
/usr/share/doc/redis-2.0.0/AppendCommand.html
/usr/share/doc/redis-2.0.0/AppendOnlyFileHowto.html
/usr/share/doc/redis-2.0.0/AuthCommand.html
/usr/share/doc/redis-2.0.0/Benchmarks.html
/usr/share/doc/redis-2.0.0/BgrewriteaofCommand.html
/usr/share/doc/redis-2.0.0/BgsaveCommand.html
/usr/share/doc/redis-2.0.0/BlpopCommand.html
/usr/share/doc/redis-2.0.0/CommandReference.html
/usr/share/doc/redis-2.0.0/Comparisons.html
/usr/share/doc/redis-2.0.0/ConfigCommand.html
/usr/share/doc/redis-2.0.0/Configuration.html
/usr/share/doc/redis-2.0.0/ConnectionHandlingSidebar.html
/usr/share/doc/redis-2.0.0/ControlCommandsSidebar.html
/usr/share/doc/redis-2.0.0/Credits.html
/usr/share/doc/redis-2.0.0/DbsizeCommand.html
/usr/share/doc/redis-2.0.0/DelCommand.html
/usr/share/doc/redis-2.0.0/DesignPatterns.html
/usr/share/doc/redis-2.0.0/EventLibray.html
/usr/share/doc/redis-2.0.0/ExistsCommand.html
/usr/share/doc/redis-2.0.0/ExpireCommand.html
/usr/share/doc/redis-2.0.0/FAQ.html
/usr/share/doc/redis-2.0.0/Features.html
/usr/share/doc/redis-2.0.0/FlushallCommand.html
There is 116 files more in these RPM.

 
ICM