Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting keys does not seem to work with redis-server 2.2.9 #12

Open
pk11 opened this issue Jun 10, 2011 · 1 comment
Open

setting keys does not seem to work with redis-server 2.2.9 #12

pk11 opened this issue Jun 10, 2011 · 1 comment

Comments

@pk11
Copy link

pk11 commented Jun 10, 2011

scala> val r= new com.redis.Redis("localhost",6379)
r: com.redis.Redis = localhost:6379 connected:true

scala> r.set("testkey","sdfsdfdsf")
res1: Boolean = true

scala> r.get("testkey")
res2: Option[String] = Some(9)

@flaviotruzzi
Copy link

Same with 2.6.16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants