Skip to content

Commit

Permalink
docs: Added check image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Feb 9, 2023
1 parent 227d3f1 commit 93c599e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added .github/images/check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
:artifact-id: redis-smart-cache-jdbc
:property-prefix: smartcache
:grafana-dir: demo/redis-smart-cache-demo/grafana
:icons: font
:img: .github/images

++++
<p align="center">
<img alt="Redis Smart Cache" src=".github/images/redis-smart-cache-banner.png">
<img alt="Redis Smart Cache" src="{img}/redis-smart-cache-banner.png">
<p align="center">
Redis Smart Cache is a JDBC query cache for <a href='https://redis.io/docs/stack/'>Redis Stack</a>, <a href='https://redis.com/redis-enterprise-cloud/overview/'>Redis Cloud</a>, and <a href='https://redis.com/redis-enterprise-software/overview/'>Redis Enterprise</a>.
Expand Down Expand Up @@ -378,7 +378,7 @@ Only the first rule with matching criteria will be considered, and its action ap
----
{ "tables": ["order", "product", "customer"] }
----
|icon:check[role=green]
|image:{img}/check.png[]
|
[source,json]
----
Expand All @@ -390,7 +390,7 @@ Only the first rule with matching criteria will be considered, and its action ap
----
{ "tablesAny": ["transaction", "order"] }
----
|icon:check[role=green]
|image:{img}/check.png[]
|
[source,json]
----
Expand All @@ -402,7 +402,7 @@ Only the first rule with matching criteria will be considered, and its action ap
----
{ "tablesAll": ["order", "product"] }
----
|icon:check[role=green]
|image:{img}/check.png[]
|
[source,json]
----
Expand All @@ -414,7 +414,7 @@ Only the first rule with matching criteria will be considered, and its action ap
----
{ "regex": "SELECT \* FROM cust.*" }
----
|icon:check[role=green]
|image:{img}/check.png[]
|==========================

== Support
Expand Down

0 comments on commit 93c599e

Please sign in to comment.