question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Eval operation not supported

See original GitHub issue

I’m using jedis-mock with Redisson. When I call bucket.getAndDelete(), the lib is throwing the following exception:

15:49:42.811 [Thread-41] ERROR c.g.f.j.c.RedisOperationExecutor - Malformed request
java.lang.UnsupportedOperationException: Unsupported operation 'eval'
	at com.github.fppt.jedismock.commands.RedisOperationExecutor.buildSimpleOperation(RedisOperationExecutor.java:148)
	at com.github.fppt.jedismock.commands.RedisOperationExecutor.execCommand(RedisOperationExecutor.java:166)
	at com.github.fppt.jedismock.RedisClient.run(RedisClient.java:48)
	at java.lang.Thread.run(Thread.java:748)

Is eval already supported?

How can I make it work?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
fpptcommented, Jan 9, 2019

eval is not yet supported. I will make sure to add it for the next release though. Thanks for raising the issue!

3reactions
mnsrmovcommented, Jun 23, 2020

I’m having the same issue on the latest version in maven repository. Is eval still not supported?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Entity Framework is throwing an error "Unable to evaluate the ...
Entity Framework is throwing an error "Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057." Ask Question.
Read more >
Unable to evaluate the expression. Operation not supported ...
Using VSTO(VB). All watches are not functioning as "Unable to evaluate the expression. Operation not supported. Unknown error: 0x80070057.".
Read more >
eval() - JavaScript - MDN Web Docs - Mozilla
The eval() function evaluates JavaScript code represented as a string and returns its completion value. The source is parsed as a script.
Read more >
EVAL (Evaluate expression) - IBM
The EVAL operation code evaluates an assignment statement of the form "result = expression" or "result op = expression" . The expression is...
Read more >
eval - Manual - PHP
As of PHP 7, if there is a parse error in the evaluated code, eval() throws ... Note: Because this is a language...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found