redisson / redisson-examples

Redisson java examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't used in jdk7

WengJim opened this issue · comments

commented

There is an error problem
Lambda expressions are allowed only at source level 1.8 or above

The example is written in 1.8 style, while redisson is supported from 1.6. You may want to rewrite part of the example to run in 1.7 or below.