Package org.wicketstuff.datastores.redis

Examples of org.wicketstuff.datastores.redis.RedisDataStore


public class RedisDataStoreApplication extends BaseDataStoreApplication {
 
  @Override
  protected IDataStore createDataStore() {
    IRedisSettings settings = new RedisSettings();
    return new RedisDataStore(settings);
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.datastores.redis.RedisDataStore

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.