Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Sep 18, 2023
1 parent 7ce0159 commit b330cd1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 91 deletions.
4 changes: 3 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,6 @@ acyclic
Nostem
Implementers
permalink
nav
nav

endtabs
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ aux_links:
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true

plugins:
- jekyll-tabs
52 changes: 0 additions & 52 deletions _plugins/jekyll-tabs.rb

This file was deleted.

5 changes: 0 additions & 5 deletions _plugins/jekyll-tabs/version.rb

This file was deleted.

12 changes: 0 additions & 12 deletions _plugins/template.erb

This file was deleted.

19 changes: 0 additions & 19 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,32 +116,13 @@ The exact method for doing that depends on your client of choice.
This code snippet shows how to use FalkorDB with raw Redis commands from Python using
[redis-py](https://github.com/redis/redis-py):

{% tabs log %}

{% tab log python %}

```python
import redis

r = redis.Redis()
reply = r.graph("social").query("MATCH (r:Rider)-[:rides]->(t:Team {name:'Ducati'}) RETURN count(r)")
```

{% endtab %}

{% tab log node %}

```javascript
import redis

r = redis.Redis()
reply = r.graph("social").query("MATCH (r:Rider)-[:rides]->(t:Team {name:'Ducati'}) RETURN count(r)")
```

{% endtab %}

{% endtabs %}

## Client libraries

Language-specific clients have been written by the community and the FalkorDB team for 6 languages.
Expand Down

0 comments on commit b330cd1

Please sign in to comment.