All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.apanlh.util.cache.redis.api.RedisGeo Maven / Gradle / Ivy

There is a newer version: 2.0.0.2
Show newest version
package com.gitee.apanlh.util.cache.redis.api;

import com.gitee.apanlh.util.cache.redis.RedisAutoAppendKey;

/**	
 * 	Geo结构
 * 	
用于地理空间相关 * #mark 完善 * @author Pan */ public class RedisGeo extends AbstractRedis { public RedisGeo(RedisAutoAppendKey redisAutoKey) { super(redisAutoKey); } // private GeoOperations executor; // // @Override // public void executorConfigure() { // this.executor = getRedisTemplate().opsForGeo(); // } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy