Eval operation not supported
See original GitHub issueI’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:
- Created 5 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
eval
is not yet supported. I will make sure to add it for the next release though. Thanks for raising the issue!I’m having the same issue on the latest version in maven repository. Is
eval
still not supported?