RediSQL is a module to Redis which allows the usage of SqLite databases directly in Redis, which gives powerful SQL abilities otherwise lacking in Redis. For everything about RediSQL https://redisql.com
Questions tagged [redisql]
4 questions
1
vote
2 answers
In C# how to provide parameters to sql statements using StackExchange.Redis Execute method using Redis with Redisql module
There is very limited information regarding the usage of Redisql module with C#.
I am using StackExchange.Redis nuget package v2.2.4 to connect Redis v5.0.7 with Redisql module installed. I am developing .NET 5 C# Application that connects and…

Serhat Önal
- 63
- 1
- 8
0
votes
1 answer
Is there a way to get the results with the same data type of the column with ServiceStack.Redis using Redisql package?
I want to connect to Redis with ServiceStack.Redis package with c# with below statement.
var redisManager = new RedisManagerPool("127.0.0.1:6380");
var redis = redisManager.GetClient();
redis.Custom("DEL", "DB");
…

Serhat Önal
- 63
- 1
- 8
0
votes
1 answer
RediSql (for redis): Get column names as well as data type?
I am using the excellent RediSql, a module for Redis, to get a powerful caching solution.
When sending a command to Redis, that interacts with the SqLite db in the background, like this:
REDISQL.EXEC db "SELECT * FROM jobcache"
I get a result like…

Ted
- 19,727
- 35
- 96
- 154
0
votes
2 answers
Can redisql run on Windows?
Given that redisql requires "a modern version of Redis (> 5.0)" and that Redis for Windows is (as far as I know) either available for version 2. here or 3. here, is it impossible to run redisql on Windows at present?

Tony
- 781
- 6
- 22