Skip to content

galdolber/appengy-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appengy-redis

Redis sessions for Appengy

Usage

Java

import appengy-redis.core.RedisSession;

Map<String, Object> conf = new ...;
conf.put("host", "127.0.0.1");
new RedisSession(new EdnSerializer(), conf);

Clojure

(RedisSession. (EdnSerializer.) {:host "127.0.0.1"})

Options

host     "127.0.0.1"
port     6379
db       0
timeout  5000
password nil"

License

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file LICENSE.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published