Giter VIP home page Giter VIP logo

Comments (4)

banker avatar banker commented on July 30, 2024 1

@pierrelambert Do you consider this resolved?

from redis-smart-cache.

pierrelambert avatar pierrelambert commented on July 30, 2024

I have a suspect for this one , I see usage of "smartcache:queries"
core/redis-smart-cache-jdbc/src/main/java/com/redis/smartcache/Driver.java
=> public static final String KEYSPACE_QUERIES = "queries";
tools/redis-smart-cache-cli/src/main/java/com/redis/smartcache/cli/commands/Commands.java
=> TableSelector<QueryInfo, SelectorItem> component = new TableSelector<>(getTerminal(),
queries, "queries", null, QueryInfo.getHeaderRow((getTerminal().getWidth()-10)/8));

Or "smartcache:query":
tools/redis-smart-cache-cli/src/main/java/com/redis/smartcache/cli/RedisServiceImpl.java
=>
static String HashKeyName(String applicationName, String id){
return String.format("%s:query:%s", applicationName, id);

}

I think there is a need for reconciliation.

from redis-smart-cache.

banker avatar banker commented on July 30, 2024

@pierrelambert This is being fixed in #30 (review)

from redis-smart-cache.

slorello89 avatar slorello89 commented on July 30, 2024

@pierrelambert - I see it, we use timeseries to get all the metrics so the key is computed by the CLI, I've corrected the CLI to use the correct key-names.

from redis-smart-cache.

Related Issues (19)

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.