Code Monkey home page Code Monkey logo

redis-client-scala-netty's People

Contributors

fsanaulla avatar sergkh avatar yarosman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

redis-client-scala-netty's Issues

Add support of GEO commands

Most of GEO commands are already implemented, but some are still to be done, like:
GEORADIUS and GEORADIUSBYMEMBER

Can't initialize connection to redis server

await_() in I/O thread causes a dead lock or sudden performance drop. Use addListener() instead or call await_() from a different thread.

  1. Error injecting constructor, java.lang.IllegalStateException: await_() in I/O thread causes a dead lock or sudden performance drop. Use addListener() instead or call await_() from a different thread.
    at security.ConfirmationCodeService.(ConfirmationCodeService.scala:35)
    while locating security.ConfirmationCodeService
    for parameter 6 at controllers.UserController.(UserController.scala:33)
    while locating controllers.UserController

1 error
at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1025) ~[guice-4.0.jar:na]
at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$13$$anonfun$apply$13.apply(Routes.scala:2849) ~[na:na]
at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$13$$anonfun$apply$13.apply(Routes.scala:2849) ~[na:na]
at play.core.routing.HandlerInvokerFactory$$anon$12$$anon$13.call(HandlerInvoker.scala:89) ~[play_2.11-2.4.6.jar:2.4.6]
at play.core.routing.TaggingInvoker.call(HandlerInvoker.scala:32) ~[play_2.11-2.4.6.jar:2.4.6]
at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$13.apply(Routes.scala:2849) ~[na:na]
at router.Routes$$anonfun$routes$1$$anonfun$applyOrElse$13.apply(Routes.scala:2848) ~[na:na]
at scala.util.Either.fold(Either.scala:99) [scala-library-2.11.7.jar:na]
at play.core.routing.GeneratedRouter.call(GeneratedRouter.scala:99) ~[play_2.11-2.4.6.jar:2.4.6]
at router.Routes$$anonfun$routes$1.applyOrElse(Routes.scala:2848) ~[na:na]

Not all set commands are supported

Currently, some of the commands are missing in the client:

  • HINCRBYFLOAT
  • HSETNX (has to be implemented as a flag in hset, see ordinary SET )
  • HSTRLEN

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.