| File | Date | Author | Commit |
|---|---|---|---|
| installer | 2018-09-26 |
|
[921273] # |
| src | 2018-09-26 |
|
[f5487c] # |
| .gitignore | 2018-09-26 |
|
[f5487c] # |
| README.md | 2018-09-26 |
|
[b967f6] Update README.md |
| calypte.conf | 2018-09-26 |
|
[97febc] # |
| pom.xml | 2018-09-26 |
|
[97febc] # |
Calypte é um sistema de cache de propósito geral com suporte transacional. É extremamente rápido, trabalha de forma eficiente com pouca memória e permite o armazenamento de dados em memória secundária.
Mais informações: https://calyptelabs.github.io/install.html
Você pode instalar o cliente Calypte usando o maven.
Adicione no pom.xml:
<dependency>
<groupId>calypte</groupId>
<artifactId>calypte</artifactId>
<version>1.0.0.0</version>
</dependency>
Mais informações: https://calyptelabs.github.io/java.html
Você pode instalar o cliente Calypte usando o composer:
$ composer require calypte/calypte
Mais informações: https://calyptelabs.github.io/php.html
Veja mais em: https://calyptelabs.github.io/