Multi-language Valkey/Redis client with Rust core (glide-core) and language wrappers. Uses protobuf for cross-language communication and FFI/UDS for performance.
glide-core/: Rust core (protocol, connections, business logic)
| { | |
| "mcpServers": { | |
| "filesystem": { | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-filesystem", | |
| "/home/ubuntu" | |
| ], | |
| "disabled": false, |
Multi-language Valkey/Redis client with Rust core (glide-core) and language wrappers. Uses protobuf for cross-language communication and FFI/UDS for performance.
glide-core/: Rust core (protocol, connections, business logic)| #!/bin/bash | |
| #remove comment to print the lines running. | |
| #set -x | |
| set -e | |
| valkey_version= | |
| should_clone_repo=false | |
| valkey_clone_git=https://github.com/valkey-io/valkey.git |