Examples of IRedisSettings


Examples of org.wicketstuff.datastores.redis.IRedisSettings

public class RedisDataStoreApplication extends BaseDataStoreApplication {
 
  @Override
  protected IDataStore createDataStore() {
    IRedisSettings settings = new RedisSettings();
    return new RedisDataStore(settings);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.