V

Results 12 issues of V

Hi, No treally an issue, but I have created an example of using Dhall to generate terraform file to manage a Github Organisation. https://github.com/etaty/example-dhall-terraform-github The Dhall community is small, so...

The example ```python from typing import Optional class S: pass class A: S: Optional[S] = S() pass if __name__ == '__main__': print("ok?") ``` ``` TypeError: Optional[t] requires a single type....

new snippets

~~If you know how to remove the implicitly[] ?~~

Now that you accepted one pull-request ...

Roadmap for Rediscala v2.0 - [ ] split the code in module (core, protocol, commands, backends, cluster, ?) - [ ] publish command jars depending on Redis version? - [...

https://github.com/sbt/sbt-scalariform

enhancement
low hanging fruit

finagle expose lots of interesting metrics : https://twitter.github.io/finagle/guide/Metrics.html > **requests** > A counter of the total number of successes + failures. > **success** > A counter of the total number...

``` redis-benchmark -t PING -n 1000000 -q -c 1 -P 100 PING_INLINE: 718390.81 requests per second PING_BULK: 1059322.00 requests per second redis-benchmark -t PING -n 100000 -q PING_INLINE: 117924.53 requests...

enhancement

https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES (where is the list of all sentinel commands?)

enhancement