mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-13 12:16:23 +00:00
Pending Transaction - save in external datasource
This commit is contained in:
parent
a5ca9cffd0
commit
339b0e57e4
@ -35,20 +35,6 @@ public class RedisDataSourceTest extends AbstractRedisTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
try {
|
||||
Jedis jedis = new Jedis(new URI(System.getenv(RedisConnection.REDISCLOUD_URL)));
|
||||
Long count = jedis.sinterstore("f", "f", "s");
|
||||
System.out.println(count);
|
||||
Set<String> r = jedis.smembers("f");
|
||||
System.out.println(r);
|
||||
} catch (URISyntaxException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSet2() {
|
||||
if (!isConnected()) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user