Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to search content value in redis by BookSleeve
    primarykey
    data
    text
    <p>I want to search in content use redis ,Is such a thing possible؟</p> <p>for example :</p> <pre><code>class Post { public string Id { get; set; } public string Content { get; set; } public bool Deleted { get; set; } } </code></pre> <p>I use c# and BookSleeve ,I want to search a word in "Content" property of post if the "Deleted" property of post is false, i can use HSET and serialize this object to store in redis or SADD or ...</p> <blockquote> <p>1- What is the best way to store this object? 2- What is the best way to search and filter object for return?</p> </blockquote> <p>[Update]</p> <p>I can search in redis using <a href="http://redis.io/commands/sismember" rel="nofollow noreferrer">SISMEMBER</a> just for the exact word or phrase but i want to search value like <a href="http://redis.io/commands/keys" rel="nofollow noreferrer">KEYS pattern</a> </p> <p>[Update]</p> <p>How do stackexchange whit redis?</p> <p>[Update]</p> <p>thanks a lot <a href="https://stackoverflow.com/users/23354/marc-gravell">Marc Gravell</a> , I found <a href="https://github.com/Mpdreamz/NEST" rel="nofollow noreferrer">NEST</a> for <a href="http://www.elasticsearch.org/" rel="nofollow noreferrer">ElasticSearch</a>. But I did not realize how the relation between <a href="http://redis.io/" rel="nofollow noreferrer">Redis</a> and ElasticSearch. I'll build a social network and would like to know whether you have some parts Redis and some parts of ElasticSearch should be used or a combination of them.what part of the project i use Redis and which parts ElasticSearch use and which parts should be combined use.</p> <p>Thanks </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload