Giter VIP home page Giter VIP logo

Comments (5)

sazzad16 avatar sazzad16 commented on June 12, 2024 1

@tunctolgahan new JedisPool(jedisConfig, host) constructor does not contain database or db param.

In case you missed,

... using a constructor with database param ...

from jredistimeseries.

sazzad16 avatar sazzad16 commented on June 12, 2024

From #78 (comment)

You can create your own JedisPool using a constructor with database param and pass that JedisPool in JRedisTimeseries constructor.

from jredistimeseries.

LiorKogan avatar LiorKogan commented on June 12, 2024

See RedisTimeSeries/RedisTimeSeries#1118

from jredistimeseries.

tunctolgahan avatar tunctolgahan commented on June 12, 2024

From #78 (comment)

You can create your own JedisPool using a constructor with database param and pass that JedisPool in JRedisTimeseries constructor.

Hi,
I already have a Jedis client used by non-time series data stored on Redis. I am getting its config by help of this line
GenericObjectPoolConfig<Jedis> jedisConfig = ((JedisConnectionFactory) stringRedisTemplate.getConnectionFactory()).getPoolConfig();

and create JedisPool object and RedisTimeSeries object

        JedisPool pool = new JedisPool(jedisConfig, host);
        RedisTimeSeries redisTimeSeries = new RedisTimeSeries(pool);

But I see different database (0) selected in RedisTimeSeries object when I debug - my actual jedis client's database is 13

from jredistimeseries.

tunctolgahan avatar tunctolgahan commented on June 12, 2024

Thanks very much! I was thinking that all the configs (host, pass, db, etc) I set for my actual Jedis client would be passing to JedisPool object because I give GenericObjectPoolConfig object to it. My fault. :)

Thanks again!

from jredistimeseries.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.