| Projects on Google Code | Results 1 - 10 of 17 |
http://jredis.googlecode.com/files/jredis-logo-2.png
= Project links =
[http://github.com/alphazero/jredis repository]
[http://github.com/alphazero/jredis/issues issue-reporting]
[http://groups.google.com/group/redis-db redis-community]
[http://groups.google.com/group/jredis jredis-comm...
*Credis is a client library in plain C* written by [http://romfelt.se/jonas Jonas Romfelt] for communicating with Redis servers. Redis is a high performance key-value database, refer to [http://code.google.com/p/redis Redis project page] for more information.
Credis aims to be fast and minimalist...
=phpredis=
This extension provides an API for communicating with [http://code.google.com/p/redis/ Redis database], a persistent
key-value database with built-in net interface written in ANSI-C for Posix systems. Have a look at the [http://code.google.com/p/phpredis/wiki/referencemethods availab...
= About =
Twayis is a porting in Java of the Twitter-clone "Retwis" application (http://retwis.antirez.com/) developed by the Redis team in order to showcase Redis capabilities.
Twayis is a Twitter clone that does not use a database to store tweets and users information but only the Redis serv...
=php-redis=
php-redis is KeyValue data development framework, which allows to easily implement data logic on top of Redis - powerful and fast KeyValue DB. The idea is to provide platform for building data model on top of it.
Right now framework consists of such elements:
* Connection pool
...
*Redis 1.1.92 released! (also known as 1.2.0 release candidate 3)* (sorted sets, in memory integer compression, append-only file persistence mode, and many more! Check the [Redis_1_2_0_Changelog Redis 1.2.0 Changelog page] for more information). Currently the *stable release is the 1.0.x*.
Redis ...
redis,
KeyValue,
AnsiC,
database,
networking,
persistent,
lists,
sets,
atomic,
memcached,
Posix,
GPL,
dictionary,
hashTable
Chat based on Redis server and PHP-binding client library (started re-write, added PHP5 full support and new command).
Visual interface based on ExtJS AJAX Framework (http://extjs.com), server PHP 5. Tested in Redis 0.7 (http://code.google.com/p/redis/)
<b>Requires</b>: Redis 0.7+
<b>How to...
.Net (C#) connector for Redis distributed storage.
* Currently supported over 50% of Redis commands, pipelined execution.
* Performance is comparable to native benchmark.
* Infrastructure is ready for adding new commands for redis, fell free to contribute.
Usage:
# Checkout
# Ex...
= About =
JDBC-Redis is Java driver using the JDBC interface for [http://code.google.com/p/redis Redis Database]. This project doesn't aim for a complete implementation of the JDBC specification since Redis isn't a relational database, but should provide a familiar interface to Java developers in...
=PHP5 Redis=
Php5-redis contains php5 class for conenction with redis database with methods for all available commands in redis
==Quick start==
# Install Redis 1.0 or later: http://code.google.com/p/redis/
{{{
tar -xvf redis-1.0.tar.gz
cd redis-1.0
make
./redis-server redis.conf
}}}
...